1.0.1 • Published 5 years ago

js-common-data-structures v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

JavaScript Data Structures and Algorithms

NPM version

Project Structure

src/index.js file contains all the data structures

|_misc (ignore this, not influenced by your usage)
|_src 
|_____data-structures
|_____algorithm
|_____index.js

Install

yarn

yarn add js-common-data-structures

npm

npm install --save js-common-data-structures

Import

ES2015

import { BinarySearchTree } from 'js-common-data-structures'

CommonJS

const { BinarySearchTree } = require('js-common-data-structures')

Todo

  1. usage docs
  2. unit test
  3. TypeScript

Issue and Question

Please create an Issue or Pull Request

License

MIT

1.0.1

5 years ago

1.0.0

5 years ago