Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alpha037/data-structures-and-algorithms

Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
https://github.com/alpha037/data-structures-and-algorithms

algoexpert algoexperts algorithm algorithms algorithms-and-data-structures algorithms-implemented algorithms-java data-structure-java data-structures faang google-java-format java java-11 leetcode leetcode-java leetcode-solutions roadmap

Last synced: about 3 hours ago
JSON representation

Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.

Awesome Lists containing this project

README

        



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](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Roadmap](#roadmap)
- [Leetcode Solutions](https://github.com/alpha037/Data-Structures-and-Algorithms/tree/main/LeetCode)
- [AlgoExpert Solutions](https://github.com/alpha037/Data-Structures-and-Algorithms/tree/main/AlgoExSolutions)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

### Built With

- [Java 11](https://www.oracle.com/in/java/technologies/javase-jdk11-downloads.html) - 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](https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html#GUID-8677A77F-231A-40F7-98B9-1FD0B48C346A) for that.

## Roadmap

See the [open issues](https://github.com/alpha037/Data-Structures-and-Algorithms/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](CONTRIBUTING.md).

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](LICENSE) for more information.

## Contact

Shubhranil Dutta - [email protected]

Project Link: [https://github.com/alpha037/Data-Structures-and-Algorithms](https://github.com/alpha037/Data-Structures-and-Algorithms)