Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 236 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 236 Bytes

📝 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