| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
for better interface
|
|
|
|
|
|
|
|
|
|
|
|
So far looks like it is working, cannot be tested with 'test.sh' since
quick sort is not a stable sorting algorithm
|
|
|
|
|
|
insertion sort to fail on duplicates. This has been fixed now.
|
|
|
|
|
|
|
|
|
|
Added support for automatic version numbering using git version tags
|
|
Changed output directory for objects files and put Makefile in src/.
This is because that is how it's expected in desc.pdf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sorting wrapper function sorts array a,
with references to arrays a_i, based on the given
key in a_i, address and size of a.
Co-authered: Andreas Kapp Lindquist
<andkaplin05@gmail.com>
|