This repository contains my solutions to various Data Structures and Algorithms problems from GeeksforGeeks.
I’m solving these problems to strengthen my problem-solving skills and prepare for coding interviews.
Solutions are organized by topic. Each folder contains solution files with:
- Problem statement link in comments
- My approach and explanation (in comments)
- Clean, readable code
- Arrays
- Strings
- Linked Lists
- Trees
- Graphs
- Stack & Queue
- Dynamic Programming
- Greedy Algorithms
- Sorting & Searching
- Miscellaneous
Feel free to browse and learn from the solutions.
Each file includes:
- Problem description or link
- Code with comments explaining the approach
If you’d like to suggest improvements or additional solutions, please open an issue or submit a pull request.
Happy Coding! 🚀