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)
- Host: GitHub
- URL: https://github.com/st1vms/rhythms
- Owner: st1vms
- Created: 2023-09-30T17:42:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T14:11:02.000Z (over 1 year ago)
- Last Synced: 2025-02-16T01:33:03.915Z (2 months ago)
- Topics: algorithms-and-data-structures, c, cmake, economics, mathematics, operative-research, physics
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```