js-stl-polyfill

data structure


Keywords
data-structure, algorithms, data-structures
License
MIT
Install
npm install js-stl-polyfill@0.6.5

Documentation

Build

js-stl

Classic and high performance data structures implemented in javascript.

  1. npm i
  2. npm run build // for production build
  3. npm run build:dev // for development build
  4. babel-node ./src/xx.js // run xx.js
  5. npm run build:es5 // for node server build
  6. npm test // run tests

Directory