Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riwanou/arithmos
Project from Algorithm class
https://github.com/riwanou/arithmos
Last synced: 2 days ago
JSON representation
Project from Algorithm class
- Host: GitHub
- URL: https://github.com/riwanou/arithmos
- Owner: riwanou
- Created: 2023-11-17T09:23:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T22:43:20.000Z (about 1 year ago)
- Last Synced: 2024-11-11T19:43:12.332Z (2 months ago)
- Language: Go
- Size: 48.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Algorithms Project
In data, add `cles_alea` and `Shakespeare`. \
The project with everything is available on github here: https://github.com/riwanou/arithmos.## Run Bench and Plots
```bash
go test ./lib -bench . | tee >(awk "/Benchmark/") > bench_output
python3 visu_bench.py
```## Run tests
```bash
go test ./lib -v
```