This repository contains solutions to various Data Structures and Algorithms (DSA) questions in Java. It includes curated problems from the Blind 75 list, sorting algorithms, graph problems, tree problems, and basic interview live coding questions.
- Blind 75 Questions
- Sorting Algorithms
- Graph Problems
- Tree Problems
- Basic Interview Questions
- How to Use This Repository
- Contributing
- License
This section contains solutions to the Blind 75 list of coding interview questions. These questions are known for covering the most important concepts and are frequently asked in technical interviews.
This section includes implementations of various sorting algorithms:
Explore graph-related problems, including traversal techniques like BFS, DFS, and problems like:
This section contains problems related to binary trees, binary search trees, and general trees:
Here you'll find solutions to common live coding questions that often come up in technical interviews:
-
Clone the Repository:
git clone https://github.com/Riteek712/Java-DSA.git