Counting Sort in array

what will be the range so that we can implement counting sort.

Hi Pankaj
Counting sort is efficient if the range of input data is not significantly greater than the number of objects to be sorted.