Skip to content

alpha037/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 9, 2025
3532a88 · Mar 9, 2025
Apr 7, 2021
May 5, 2021
Oct 5, 2021
Dec 10, 2020
May 11, 2021
Dec 10, 2020
Mar 4, 2021
Dec 10, 2020
Mar 15, 2021
Apr 26, 2021
Dec 10, 2020
Dec 10, 2020
Dec 10, 2020
Dec 10, 2020
Jul 18, 2021
Jul 18, 2021
Dec 10, 2020
Jul 18, 2021

Repository files navigation

Data Structures and Algorithms

Some basic implementations of important data structures and algorithms in Java, along with a few LeetCode questions. I'll keep on adding more solutions of LeetCode problems and if you want, you can add them too!
Also, I've started adding solutions to AlgoExpert problems. You can find them in the Contents section.

Explore the docs »

Report Bug · Request Feature

Table of Contents

Built With

  • Java 11 - Since all the data structures and algorithms are implemented with Java, so there's nothing else to be setup except that.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You need to have Java 11 setup in your local machine before you can run any one of the programs. Check out the official guide from Oracle for that.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. For more details, check out the contributing guidelines.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Shubhranil Dutta - contact@shubhranil.com

Project Link: https://github.com/alpha037/Data-Structures-and-Algorithms