js-algo

0.0.7 • Public • Published

Dependencies npm version

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.70latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.21
0.0.10

Package Sidebar

Install

npm i js-algo

Weekly Downloads

0

Version

0.0.7

License

MIT

Last publish

Collaborators

  • masonshin