The code in this repository is 100% human-authored and was written entirely by hand in 2024 and 2025 as part of my continuous learning process. AI was only used on August 23, 2026, exclusively to format and generate this professional README.md file.
A collection of algorithms, data structures, and coding challenges implemented in Java. This repository serves as a personal knowledge base and practice ground for technical interviews and competitive programming.
- Data Structures (Arrays, Linked Lists, Trees, Graphs)
- Algorithms (Sorting, Searching, Dynamic Programming)
- Common Interview Questions
Most problems are implemented as standalone Java classes with a main method or accompanied by JUnit tests. You can run them directly in your preferred IDE (IntelliJ IDEA, Eclipse, VS Code).