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

https://github.com/st1vms/rhythms

Collection of various algorithm implementations made in C (stdC17)
https://github.com/st1vms/rhythms

algorithms-and-data-structures c cmake economics mathematics operative-research physics

Last synced: 17 days ago
JSON representation

Collection of various algorithm implementations made in C (stdC17)

Awesome Lists containing this project

README

        

# Rhythms

Rhythms is a collection of various algorithm implementations made in C (standard C17)

## To build tests
```
mkdir -p build; cd build; cmake .. && make
```