/es6-data-structures

Implementation of various well known data structure in ES6.

Primary LanguageJavaScriptMIT LicenseMIT

es6-data-structures

Implementation of various well known data structure in ES6.

TODO

Collection

  • Stack
  • Queue
  • Priority Queue
  • Min Stack

Sorting

  • Rapid sort
  • Counting sort
  • Radix sort

Test

$ npm run test