Posted by: sarkar123 January 29, 2010
How do you sort a Linked List (singly connected) in O(n)
Login in to Rate this Post:     0       ?        
is O(n) worst case? if it is you might wanna try radix sort, counting sort or some other non-comparison based sorting technique.
Read Full Discussion Thread for this article