Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Merge Sort Algorithm Implementation CLI
https://github.com/abranhe/merge-srt-cli

algorithm merge-sort sort sorting-algorithms

Last synced: 4 days ago
JSON representation

Merge Sort Algorithm Implementation CLI

Awesome Lists containing this project

README

        









merge-srt-cli
: Merge Sort Algorithm Implementation CLI
















# Install

```
npm install merge-srt-cli
```

# Usage

```console
Usage:
$ merge-srt

Options
-f, --feedback Send a feedback
-h, --help Show help message and close
-v, --version View package Version

Example
$ merge-s "d h z a r b i"
[ 'a', 'b', 'd', 'h', 'i', 'r', 'z' ]
$ merge-s "3 2 5 25 74"
[ '2', '25', '3', '5', '74' ]
```

# Try it! 😁

```
npx merge-srt-cli "d h z a r b i"
```

# Related

- [merge-srt](https://github.com/abranhe/merge-srt): API for this module
- [bubble-srt](https://github.com/abranhe/bubble-srt): Bubble 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/merge-srt-cli/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/)