π algos A collection of various data structures & algorithms in C, written in my spare time because I'm a degenerate who has nothing better to do. To build with gcc (debug mode): $ gcc -o ./algs ./algos/*.c -g -v