What is the best sorting algorithm that run in linear time ?

Revision en2, by Hazemzz, 2016-08-22 04:32:07

i need a simple implementation of sorting algorithm in linear time and efficient ? like radix sort or counting sort ? are they really better than merge sort ..if so why people always use nlogn algorithms ?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Hazemzz 2016-08-22 04:32:07 124
en1 English Hazemzz 2016-08-22 03:52:56 143 Initial revision (published)