Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 283 Bytes

File metadata and controls

5 lines (2 loc) · 283 Bytes

Counting sort is a sorting technique based on keys between a specific range. It works by counting the number of objects having distinct key values (kind of hashing). Then doing some arithmetic to calculate the position of each object in the output sequence.