1.0.1 • Published 6 years ago
js-common-data-structures v1.0.1
JavaScript Data Structures and Algorithms
Project Structure
src/index.js file contains all the data structures
|_misc (ignore this, not influenced by your usage)
|_src
|_____data-structures
|_____algorithm
|_____index.jsInstall
yarn
yarn add js-common-data-structuresnpm
npm install --save js-common-data-structuresImport
ES2015
import { BinarySearchTree } from 'js-common-data-structures'CommonJS
const { BinarySearchTree } = require('js-common-data-structures')Todo
- usage docs
- unit test
- TypeScript
Issue and Question
Please create an Issue or Pull Request
