Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```