allalgorithms-python
allalgorithms-python copied to clipboard
Added counting sort (Issue #23)
This pull request is:
- [x] A new Algorithm
- [ ] An update to an existing algorithm.
- [ ] An error fix
- [ ] Other (Describe below*)
This pull request fixes:
Issue #23
Changes:
This pull requests adds a implementation, testing and documentation of counting sort which may be useful when dealing with repetitive data.