A collection of algorithms written in C. Most algorithms come from "Introduction to Algorithms Third Edition"
| Master | Development |
|---|---|
![]() |
![]() |
The project uses make to compile algorithms and tests.
Steps:
- Make a folder bin (
make -f MakeFile startormkdir bin) - Run the .TESTS target
make -f MakeFule .TESTS
All executable tests are located in the bin directory

