There is a theorem which states that a sorting algorithm must take o(nlogn) to 
sort a list of any possible values. however there are certain sorts like 
insertion sort where o(n) in the best case ie when a list is sorted. 

On 02-Oct-2010, at 10:32 PM, "Harshal ..Bet oN iT!!" <hc4...@gmail.com> wrote:

> you are given n integers in the range 0 to n3-1 ((n to the power 3) - 1) . 
> how can u sort the numbers in O(n)?
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to 
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/algogeeks?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to