Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1010 Bytes

File metadata and controls

35 lines (25 loc) · 1010 Bytes

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