0.0.6 • Published 8 years ago

algorithms-and-data-structures v0.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago