Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 288 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 288 Bytes

counting_sort

This is a simple code of counting sort with c++ Counting sort is a sorting methode based on keys between a specific range. It counts the number of elements having diffrent key values. Then calculate the position of each elemnt in the output sequence with some aritmitic.