Counting sort

cosmos 29th April 2017 at 11:22pm
Sorting algorithms

trying to make sort work on linear time. But need to assume something about the data. In particular, we assume that there's a finite number of values that can appear in the array.

intro video