src/index.js
file contains all the data structures
|_src
|_____data-structures
|_____algorithm
|_____index.js
yarn add js-common-data-structures
npm install --save js-common-data-structures
import { 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