This repository contains my short, concise Java solutions for important Data Structures & Algorithms problems. All code here is written mainly for revision purpose — quick logic recall and interview preparation.
| Topic | Status |
|---|---|
| Arrays | ✅ in progress |
| Strings | ✅ in progress |
More topics will be added soon: Binary Search, Two Pointers, Sliding Window, Recursion, DP, Trees, Graphs etc.
- Build consistency in DSA
- Keep short readable implementations
- Improve problem solving logic
- Revision friendly codebase
- Public progress tracking
| Language | Version |
|---|---|
| Java | 8+ |
- Organize problems by topic folders
- Add Complexity notes
- Add Pattern based folders