Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crhntr/alg

Some code I wrote while taking MATH354 "Analysis of Algorithms" Fall-2017 at CSUCI
https://github.com/crhntr/alg

Last synced: about 1 month ago
JSON representation

Some code I wrote while taking MATH354 "Analysis of Algorithms" Fall-2017 at CSUCI

Awesome Lists containing this project

README

        

# A Collection of Various Algorithms

## The Book:
The book referred to in the code is an "An Introduction to the Analysis of Algorithms" 2nd Edition by Michael Soltys
http://www.msoltys.com/book
Some of this code is based on python code found at https://github.com/michaelsoltys/IAA-Code.

## Benchmarks
Some of the algorithms have test files some of those also have benchmark tests written. To run the benchmark tool for the code `cd` into the appropriate directory and run `go test -bench=.`.