allalgorithms-python icon indicating copy to clipboard operation
allalgorithms-python copied to clipboard

Added counting sort (Issue #23)

Open n-gao opened this issue 5 years ago • 0 comments

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.

n-gao avatar Oct 06 '19 06:10 n-gao