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

Clebson-Stuff/TS-Counting-Sort

Repository files navigation

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

About

Uma simples implementação do couting sort

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published