js-common-data-structures

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i js-common-data-structures

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

109 kB

Total Files

5

Last publish

Collaborators

  • hank.ren