Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.