/TS-Counting-Sort

Uma simples implementação do couting sort

Primary LanguageTypeScriptMIT LicenseMIT

TS-Couting-Sort

A sorting technique based on keys between a specific range. It works by counting the number of objects having distinct key values.

Github Stars Github fork Github top lang

First steps

Installation

npm install

Run tests

npm run test

Contributing

  1. Fork it (https://github.com/clebsonf/TS-Couting-Sort/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request