Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crhntr/alg
- Owner: crhntr
- Created: 2017-10-23T04:52:29.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T19:32:24.000Z (10 months ago)
- Last Synced: 2024-06-21T16:57:05.871Z (6 months ago)
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=.`.