Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spookey/squirrelsort

sorting algorithms - for educational purposes only
https://github.com/spookey/squirrelsort

Last synced: about 2 months ago
JSON representation

sorting algorithms - for educational purposes only

Awesome Lists containing this project

README

        

============
squirrelsort
============

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.

--------
makefile
--------

This project comes with some standard makefile.

* ``make build``
* build executable

* ``make run``
* build and run

* ``make clean``
* cleanup .o files and executable