Welcome to the DSA Practice Problems repository! This project contains various data structures and algorithms (DSA) problems implemented in Java. The goal is to help you practice and improve your problem-solving skills.
├── ArrayLists/
├── Backtracking/
├── DivideAndConquer/
├── DSASheet/
│
├── Arrays2/ │
├── LinkedLists/ │
├── Strings1/
├── LinkedLists/
├── Recursion/
├── Recursion2/
├── Stacks/
├── PracticeProblem/
└── readme.md
-
Clone the repository:
git clone https://github.com/justchillac/DSA_Java.git cd DSA_Java
-
Open the project in your favorite IDE (e.g., Visual Studio Code).
-
Navigate to the desired folder and run the Java files to see the solutions in action.
This repository contains solutions to various DSA problems categorized into different topics such as:
- ArrayLists
- Backtracking
- DSA Sheet Problems
- Linked Lists
- Practice Problems
- Recursion
- Recursion 2
- Stacks
Each folder contains Java files with implementations of different problems. Feel free to explore and learn from the code.
Contributions are welcome! If you have any improvements or new problems to add, please create a pull request.
If you have any questions or suggestions, feel free to reach out to me via LinkedIn [[email protected]].
Happy Coding! 😊