js-algo

javascript approaches to common algorithms

Usage no npm install needed!

<script type="module">
  import jsAlgo from 'https://cdn.skypack.dev/js-algo';
</script>

README

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