Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/computer-science-in-java
All the most famous Computer Science algorithms in a single place
https://github.com/mplacona/computer-science-in-java
Last synced: 7 days ago
JSON representation
All the most famous Computer Science algorithms in a single place
- Host: GitHub
- URL: https://github.com/mplacona/computer-science-in-java
- Owner: mplacona
- Created: 2013-02-14T21:30:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-03T22:45:50.000Z (over 11 years ago)
- Last Synced: 2024-04-14T15:01:25.621Z (7 months ago)
- Language: Java
- Homepage:
- Size: 406 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mplacona/computer-science-in-java.png?branch=master)](https://travis-ci.org/mplacona/computer-science-in-java)
# Computer Science in Java
------
All the famous Computer Science Algorithms in one place## Algorithms
### Search
- Binary Search### Sort
- Quick Sort
- Insertion Sort
- Merge Sort
- Selection Sort### Hash
- SHA256## Quick Start
- Clone or download this repo.
- Run `ant test`## Contribute
Github is all about contributions. So why not add your algorithm here?## License
Copyright (c) 2013 [@marcos_placona](https://twitter.com/marcos_placona), [Marcos Placona](https://plus.google.com/111557456465418142877).
[Placona.co.uk](http://www.placona.co.uk)
Licensed under the MIT license.