Skip to content
/ Rhythms Public

Collection of various algorithm implementations made in C (stdC17)

Notifications You must be signed in to change notification settings

st1vms/Rhythms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhythms

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

To build tests

mkdir -p build; cd build; cmake .. && make