Skip to content

NaoualSmaili/counting_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

This is a simple code of counting sort with c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages