Notes: I\'ve thought about Radix sort, bucket sort, counting sort.
Is there anyway to achieve big O(n)?
With counting sort you get O(N) if the range is fixed and small (like 1..100 :))