Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spookey/squirrelsort
- Owner: spookey
- Created: 2018-07-12T10:42:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T22:44:42.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T17:28:52.385Z (3 months ago)
- Language: C++
- Homepage: https://www.der-beweis.de/build/squirrelsort
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
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