algorithms-and-data-structures

0.0.6 • Public • Published

algorithms-and-data-structures

Build Status

My own implementation of the algorithms that I am studying.

This library was created only for the purpose of studying. Please do not use it in your production code!

Installation:

$ npm install --save algorithms-and-data-structures

Usage:

const algs = require('algorithms-and-data-structures');
 
const arr = [1, 3, 2];
console.log(algs.quickSort(arr)); // [ 1, 2, 3 ]

/algorithms-and-data-structures/

    Package Sidebar

    Install

    npm i algorithms-and-data-structures

    Weekly Downloads

    3

    Version

    0.0.6

    License

    ISC

    Last publish

    Collaborators

    • joisadler