https://github.com/scriptnull/machinepack-sort
Implementation of sorting algorithms as node machines.
https://github.com/scriptnull/machinepack-sort
Last synced: 10 months ago
JSON representation
Implementation of sorting algorithms as node machines.
- Host: GitHub
- URL: https://github.com/scriptnull/machinepack-sort
- Owner: scriptnull
- Created: 2015-06-22T00:04:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T06:28:08.000Z (over 10 years ago)
- Last Synced: 2025-03-10T23:17:36.079Z (11 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
machinepack-sort
### [Docs](http://node-machine.org/machinepack-sort) [Browse other machines](http://node-machine.org/machinepacks) [FAQ](http://node-machine.org/implementing/FAQ) [Newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine)
Implementation of sorting algorithms as node machines.
## Installation [](http://badge.fury.io/js/machinepack-sort)
```sh
$ npm install machinepack-sort
```
## Usage
For the latest usage documentation, version information, and test status of this module, see http://node-machine.org/machinepack-sort. The generated manpages for each machine contain a complete reference of all expected inputs, possible exit states, and example return values. If you need more help, or find a bug, jump into [Gitter](https://gitter.im/node-machine/general) or leave a message in the project [newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine).
## About
This is a [machinepack](http://node-machine.org/machinepacks), an NPM module which exposes a set of related Node.js [machines](http://node-machine.org/spec/machine) according to the [machinepack specification](http://node-machine.org/spec/machinepack).
Documentation pages for the machines contained in this module (as well as all other NPM-hosted machines for Node.js) are automatically generated and kept up-to-date on the public registry.
Learn more at http://node-machine.org/implementing/FAQ.
## License
MIT © 2015 contributors