This repository contains my solutions to various Data Structures and Algorithms (DSA) problems. Each problem is categorized by topic and includes the problem statement, my solution, and any additional notes or explanations.
Feel free to browse through the folders and explore the solutions. You can use these solutions as a reference or for practice. If you find any issues or have suggestions for improvement, please open an issue or create a pull request.
Each problem folder contains the following files:
README.md
: Contains the problem statement.problem_name.java
Contains my solution to the problem.
If you would like to contribute by adding your own solutions or improving existing ones, feel free to open a pull request. Please make sure to follow the repository's style guide.
- LeetCode: Many of the problems here are sourced from LeetCode's extensive problem set.