Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 197 Bytes

File metadata and controls

4 lines (3 loc) · 197 Bytes

Counting-Sort

Counting Sort implementation in C++. Counting Sort is an sorting algorithm which uses knowledge of the range of a set of integers to sort them in linear time ( O(n) ).