algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! Note: I made this code when i didn't have as much experience in programming

algorithms

A open source repository of different kinds of algorithms in c. Newbies are encouraged to contribute! This is my first open source project, so i am open to criticisms, bugs, and ideas.

Linux:

To compile (with a makefile)

make

To compile (without a makefile)

gcc -o whatever-file