Welcome to my Data Structures and Algorithms (DSA) Learning Journey using Java, guided by the PW Skills course.
This repository contains all the codes, notes, and problem solutions I write as I learn core DSA concepts — with a focus on understanding logic and improving problem-solving skills.
I’m currently learning DSA topics from the PW Skills Java + DSA course.
Here’s my progress so far:
| Topic | Status |
|---|---|
| ✅ Java Basics | Completed |
| ✅ Arrays (1D & 2D) | Completed |
| ✅ Recursion | Completed |
| ⏳ Searching & Sorting | Upcoming |
| ⏳ Linked List | Upcoming |
| ⏳ Stack & Queue | Upcoming |
| ⏳ Trees, Graphs, DP | Yet to learn |