0.0.7 • Published 10 years ago
js-algo v0.0.7
js-algo
Javascript approches to common algorithms
Usage
$ node
> var algo = require('js-algo');
> algo
{ utils:
{ checkPermutate: [Function],
shuffle: [Function] },
algorithms:
{ sorting:
{ quickSort: [Function],
bubbleSort: [Function],
insertSort: [Function] } } }