src/index.js file contains all the data structures
|_src
|_____data-structures
|_____algorithm
|_____index.js
yarn add js-common-data-structuresnpm install --save js-common-data-structuresimport { BinarySearchTree } from 'js-common-data-structures';const { BinarySearchTree } = require('js-common-data-structures');- usage docs
- unit test
- TypeScript
Please create an Issue or Pull Request
