quick-srt-cli
v1.0.1
Published
Quick Sort Algorithm Implementation CLI
Downloads
12
Maintainers
Readme
Install
npm install quick-srt-cli
Usage
Usage:
$ quick-srt <array>
Options
-f, --feedback Send a feedback
-h, --help Show help message and close
-v, --version View package Version
Example
$ quick-srt "d h z a r b i"
[ 'a', 'b', 'd', 'h', 'i', 'r', 'z' ]
$ quick-srt "3 2 5 25 74"
[ '2', '25', '3', '5', '74' ]
Try it! 😁
npx quick-srt-cli "d h z a r b i"
Related
- quick-srt: API for this module
- bubble-srt: Bubble Sort Algorithm implementation
- merge-srt: Merge Sort Algorithm implementation
Team
|| | :-: | | Carlos Abraham |
License
MIT License © Carlos Abraham