Category Archives: Algorithms

Computer Science Algorithms, Design and Analysis of Algorithms

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