bozosort

0.0.2 • Public • Published

node-bozosort Build Status

For those who don't know, a Bozo Sort is a joke sorting algorithm that actually sorts but at horrible timing and is very inefficient.

Note: Do not use it in production, unless you're a bozo.

bozo clown

Install

$ npm install --save bozosort

Usage

var bozosort = require('bozosort');
 
bozosort([5, 7, 3, 10, 4, 15, 1]);
//=> [1, 3, 4, 5, 7, 10, 15]

API

bozosort(list)

list

Required
Type: Array

License

MIT © Vinícius do Carmo

Readme

Keywords

none

Package Sidebar

Install

npm i bozosort

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • vinimdocarmo