emre-aki / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 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

About

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


Languages

Language:C 100.0%