| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| C-sorting.rar | 2012-11-23 | 5.0 kB | |
| demonstration.c | 2012-11-23 | 1.6 kB | |
| README.txt | 2012-11-23 | 317 Bytes | |
| QuickSort.h | 2012-11-23 | 860 Bytes | |
| MergeSort.h | 2012-11-23 | 979 Bytes | |
| QuickSort.c | 2012-11-23 | 1.8 kB | |
| InsertionSort.h | 2012-11-23 | 405 Bytes | |
| MergeSort.c | 2012-11-23 | 2.6 kB | |
| InsertionSort.c | 2012-11-23 | 678 Bytes | |
| gen_int.c | 2012-11-23 | 831 Bytes | |
| gen_int.h | 2012-11-23 | 586 Bytes | |
| Totals: 11 Items | 15.6 kB | 0 |
I have included the file "demonstration.c" to demonstrate how to use the sorting algorithms and the files "gen_int.h" and "gen_int.c" to demonstrate the functions needed for the sorting algorithms. If you wish to sort a different type of array (doubles array for instance) please write your own "gen_double" library.