Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T14:30:19.000Z (about 6 years ago)
- Last Synced: 2023-03-02T03:41:40.319Z (over 1 year ago)
- Topics: algorithm, algorithm-library, algorithms, algorithms-implemented, java
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Algorithms [![Build Status](https://travis-ci.org/peterzhu2118/algorithms.svg?branch=master)](https://travis-ci.org/peterzhu2118/algorithms) [![Coverage Status](https://coveralls.io/repos/github/peterzhu2118/algorithms/badge.svg)](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.