lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Create Counting_Sort.cpp #136

Closed Skywalker97 closed 6 years ago

Skywalker97 commented 6 years ago

This algo is ideally suited for numbers within a range with repetitions.

lprimeroo commented 6 years ago

Please edit the README file accordingly :)

Skywalker97 commented 6 years ago

Done :)

lprimeroo commented 6 years ago

Thanks for the PR :) Merged.