Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
- Host: GitHub
- URL: https://github.com/alpha037/data-structures-and-algorithms
- Owner: alpha037
- License: mit
- Created: 2020-12-10T16:09:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T14:07:15.000Z (about 3 years ago)
- Last Synced: 2024-12-07T09:50:59.767Z (15 days ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 891 KB
- Stars: 373
- Watchers: 3
- Forks: 199
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)