/CAlgorithms

A collection of algorithms written in C. Most algorithms come from "Introduction to Algorithms, Third Edition"

Primary LanguageC

Algorithms in C

A collection of algorithms written in C. Most algorithms come from "Introduction to Algorithms Third Edition"

Build Status

Master Development
Build Status Build Status

Building

The project uses make to compile algorithms and tests.

Steps:

  • Make a folder bin (make -f MakeFile start or mkdir bin)
  • Run the .TESTS target make -f MakeFule .TESTS

All executable tests are located in the bin directory