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 ]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    1
  • 0.0.5
    1
  • 0.0.4
    1

Package Sidebar

Install

npm i algorithms-and-data-structures

Weekly Downloads

3

Version

0.0.6

License

ISC

Last publish

Collaborators

  • joisadler