Just a bunch of algorithms that I am trying to write on my own.
- C Compiler
- A way to use that C compiler
- Time
gcc filename.c -o filename
./filename
Just a bunch of algorithms that I am trying to write on my own.
CGPL-2.0
Just a bunch of algorithms that I am trying to write on my own.
gcc filename.c -o filename
./filename