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

https://github.com/jvanz/algorithms

algorithms for fun =]
https://github.com/jvanz/algorithms

algorithm algorithm-study cpp

Last synced: 9 months ago
JSON representation

algorithms for fun =]

Awesome Lists containing this project

README

          

# algorithms

This repository contains files generated during my algorithms study.

The primary goal of this repository is not be a lib to use in production.
The author goal is study algorithms and general and play with C++.

The src/hackerrank directory contains the source files used to solve hackerrank.com
challenges.

### Build

```
make
```

References:
- [Introduction to Algorithms, 3rd Edition](http://www.amazon.com/Introduction-Algorithms-Edition-Thomas-Cormen/dp/0262033844)