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 =]
- Host: GitHub
- URL: https://github.com/jvanz/algorithms
- Owner: jvanz
- Created: 2015-10-19T23:03:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T02:18:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T00:54:37.354Z (11 months ago)
- Topics: algorithm, algorithm-study, cpp
- Language: C++
- Homepage:
- Size: 655 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)