Skip to content

This repository contains all the DSA problems I will be solving from now on.

Notifications You must be signed in to change notification settings

justchillac/DSA_Java

Repository files navigation

📚 DSA Practice Problems

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.


📂 Project Structure

├── ArrayLists/ 
├── Backtracking/ 
├── DivideAndConquer/ 
├── DSASheet/ 
    │ 
    ├── Arrays2/ │ 
    ├── LinkedLists/ │ 
    ├── Strings1/ 
├── LinkedLists/ 
├── Recursion/ 
├── Recursion2/ 
├── Stacks/ 
├── PracticeProblem/ 
└── readme.md

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/justchillac/DSA_Java.git
    cd DSA_Java
  2. Open the project in your favorite IDE (e.g., Visual Studio Code).

  3. Navigate to the desired folder and run the Java files to see the solutions in action.


📄 Description

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.


🤝 Contributing

Contributions are welcome! If you have any improvements or new problems to add, please create a pull request.


📧 Contact

If you have any questions or suggestions, feel free to reach out to me via LinkedIn [[email protected]].


Happy Coding! 😊

Byee

About

This repository contains all the DSA problems I will be solving from now on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages