https://github.com/peterzhu2118/algorithms
A collection of general purpose algorithms
https://github.com/peterzhu2118/algorithms
algorithm algorithm-library algorithms algorithms-implemented java
Last synced: 2 months ago
JSON representation
A collection of general purpose algorithms
- Host: GitHub
- URL: https://github.com/peterzhu2118/algorithms
- Owner: peterzhu2118
- License: gpl-2.0
- Created: 2017-04-15T17:38:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T14:30:19.000Z (almost 7 years ago)
- Last Synced: 2025-07-17T16:56:27.453Z (3 months ago)
- Topics: algorithm, algorithm-library, algorithms, algorithms-implemented, java
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Algorithms [](https://travis-ci.org/peterzhu2118/algorithms) [](https://coveralls.io/github/peterzhu2118/algorithms)
## About
This repo contains some of the commonly used general purpose algorithms that can be used for teaching, contest preparation, projects, etc.## Requirements
The algorithms are all written and tested aginst Java SE8, as some things used are SE8 specific, so not all algorithms will work as expected on SE7. I may port these algorithms to other languages in the future.## Issues
If any bugs are found, please leave them in the issues section and (if you are able to provide a solution) leave a pull request (see "Contributing" section below for more details).## Contributing
If you have any algorithms to add, fix any bugs, or any other sort of improvement, please do a pull request so I can review, provide feedback, and merge into the repo. Please aim for your pull request to pass the integration test, unless there is a bug with the test script.