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] } } }