On Sat, 2008-12-13 at 19:24 +0100, David Hláčik wrote:
Hi guys,
i am really sorry for making offtopic, hope you will not kill me, but this is for me life important problem which needs to be solved within next 12 hours..
I have to create stable algorithm for sorting n numbers from interval [1,n^2] with time complexity O(n) .
Can someone please give me a hint. Would be very very thankful!
Merge sort? Insertion sort? Selection sort? timsort?