Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/quick-srt-cli

Quick Sort CLI
https://github.com/abranhe/quick-srt-cli

algorithm cli quicksort sorting-algorithms

Last synced: 4 days ago
JSON representation

Quick Sort CLI

Awesome Lists containing this project

README

        









quick-srt-cli
: quick Sort Algorithm Implementation CLI
















# Install

```
npm install quick-srt-cli
```

# Usage

```console
Usage:
$ quick-srt

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](https://github.com/abranhe/quick-srt): API for this module
- [bubble-srt](https://github.com/abranhe/bubble-srt): Bubble Sort Algorithm implementation
- [merge-srt](https://github.com/abranhe/merge-srt): Merge Sort Algorithm implementation

# Team

|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50&v=4)](https://19cah.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |

# License

[MIT](https://github.com/abranhe/quick-srt-cli/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/)