/algorithms-own_try01-c

Just a bunch of algorithms that I am trying to write on my own.

Primary LanguageCGNU General Public License v2.0GPL-2.0

portfolio

About

Just a bunch of algorithms that I am trying to write on my own.


Prerequisites

  1. C Compiler
  2. A way to use that C compiler
  3. Time

Run locally

gcc filename.c -o filename
./filename

License

GNU General Public License v2.0