1.0.3 • Published 6 years ago

algs-and-structs v1.0.3

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

Algorithms And Structures

Build Status

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

List of Algorithms:

  • Binary Search
  • Selection Sort
  • Quick Sort

Usage:

const algs = require('algs-and-structs');

console.log(algs.binarySearch([1, 2, 3], 1)); // return the index => 0
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago