This repository contains my solutions to various Data Structures and Algorithms (DSA) problems. The code is implemented in Java and covers topics essential for technical interviews and competitive programming.
The code is organized by topic to make it easy to navigate:
- Arrays & Strings
- Linked Lists
- Stacks & Queues
- Trees & Graphs
- Recursion & Backtracking
- Sorting & Searching Algorithms
- Dynamic Programming
- Language: Java (JDK 8+)
- Platforms: LeetCode, GeeksforGeeks, HackerRank
- Clone the repository:
git clone [https://github.com/VaradrajVelhal/DSA-in-Java.git](https://github.com/VaradrajVelhal/DSA-in-Java.git)