algorithmpool

1.2.0 • Public • Published

GeekFarmer

algorithmpool.js

In Progress . . . .

Build Status Coverage Status npm

Installation

NPM

npm install algorithmpool --save

Tests

npm test

How To Use

var algorithmpool = require('algorithmpool');
 
let arr = [4, 9, 1, 34, 12, 6, 5, 18, 51, 21, -5, -3, 89, -2]
console.log(algorithmpool.quickSort(arr))
output: [-5, -3, -2, 1, 4, 5, 6, 9, 12, 18, 21, 34, 51, 89]

/algorithmpool/

    Package Sidebar

    Install

    npm i algorithmpool

    Weekly Downloads

    1

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    94 kB

    Total Files

    141

    Last publish

    Collaborators

    • geekfarmer