Welcome to my repository of Data Structures and Algorithms (DSA) questions and solutions, primarily implemented in Java! This repo contains problems I've solved for practice, learning, and interview preparation.
dsa-questions/
├── arrays/
├── linked-lists/
├── trees/
├── graphs/
├── dynamic-programming/
├── strings/
├── README.md
└── LICENSE
- Each folder contains Java solutions related to a specific topic.
- Each problem has its own
.javafile, including the problem statement (if possible), approach, and solution.
- Arrays
- Strings
- Linked Lists
- Stacks & Queues
- Trees
- Graphs
- Dynamic Programming
- Greedy Algorithms
- Sorting & Searching
- And more...
- Browse the folders to find questions by topic.
- Each solution includes code and explanation.
This project is licensed under the MIT License.
Happy Coding!