thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

CountingSort.go #799

Closed cruiz24 closed 3 years ago

cruiz24 commented 3 years ago

Counting sort uses the actual values of the elements to index into an array.It only works for positive integers.The running time depends on the largest element

thuva4 commented 3 years ago

File extension is incorrect, Please add tests.