ClaasM / Algorithms

A comprehensive and exhaustive resource for algorithms in all languages and versions.
MIT License
19 stars 7 forks source link

Algorithms

A comprehensive and exhaustive resource for algorithms in all languages and versions.

C

To test an algorithm in C, run gcc Test.c && ./a.out in the appropriate directory.