• Stars
    star
    745
  • Rank 60,881 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Data structures implemented in JS

Codacy Badge 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