A sorting technique based on keys between a specific range. It works by counting the number of objects having distinct key values.
Installation
npm installRun tests
npm run test- Fork it (https://github.com/clebsonf/TS-Couting-Sort/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request