Tag Archives: counting sort

Counting Sort

Counting Sort is a kind of sort which you can use, only when you have prior knowledge about the kind of data you are sorting. For counting sort, we need to know about the range of the give data eg: … Continue reading

Posted in Algorithms, C | Tagged , , , , | Leave a comment