This repository contains my daily Data Structures and Algorithms practice in Java.
- Strengthen Java problem-solving skills
- Practice high-frequency coding interview problems
- Improve clean code, edge case handling, and time complexity analysis
- Arrays
- Strings
- HashMaps
- Stacks
- Linked Lists
- Two Pointers
- Sliding Window
- Binary Search
| # | Problem | Topic | Approach | Status |
|---|---|---|---|---|
| 1 | Longest Common Prefix | Strings | Sorting + First/Last Compare | Completed |