0.0.6 • Published 7 years ago

algorithms-and-data-structures v0.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

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

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago