c3c
c3c copied to clipboard
add insertion sort
NOTE: I'm following along with quicksort as an example. Will be used as a fallback sort for other algorithms.
Can you add unit tests too? You could use the tests for quicksort and apply them to this.