Skip to content

gary-huang/countsort-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

To run this algorithm, the first argument in the program is the number of elements n in the array to be sorted, followed by n integers.

To build the executable, run

g++ countSort.cpp

About

A sorting algorithm for integers that takes O(n) time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages