README This file.
Makefile Automate building and cleanup.
data.py Generate random data for the 'data' file.
-main.c/.h Command line framework for a sorting algorithm.
-bubble.c Bubble sort algorithm for main.c/.h.
-quicksort.c Quicksort algorithm for main.c/.h.
+scaling.py Script to generate time-scaling data.
+main.c Command line framework for a sorting algorithm.
+sort.h Header declaring sort function syntax.
+bubble.c Bubble sort implementation of sort.h.
+quicksort.c Quicksort implementation of sort.h.
=========== ===============================================
Build
Usage
-----
- $ ./qicksort data
+ $ ./quicksort data
$ ./bubble data
Timing