While preparing for the final exam I noticed that sometimes it is asked to implement some sorting algorithms.
So instead of just wasting time in class doing nothing I started this project.
For educational purposes only.
This project comes with some standard makefile.
make build- build executable
make run- build and run
make clean- cleanup .o files and executable