Notes: I\'ve thought about Radix sort, bucket sort, counting sort.
Is there anyway to achieve big O(n)?
how about just counting the occurrence of each integer and then printing them all. sounds like O(n)