Sunny-Kid / Algorithm

JavaScript Commonly-Used Data Structures

Home Page:https://Sunny-Kid.github.io/Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Data Structures and Algorithms

NPM version Build Status Coverage Status

Project Structure

src/index.js file contains all the data structures

|_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

About

JavaScript Commonly-Used Data Structures

https://Sunny-Kid.github.io/Algorithm

License:MIT License


Languages

Language:TypeScript 87.4%Language:JavaScript 12.6%