felipernb/algorithms.js

Release 1.0

felipernb opened this issue · 0 comments

In order to have a 1.0 release we need:

  1. Add self-balancing BSTs (red and black, avl, ...)
  2. Add iterators (forEach) for all the data structures
  3. Have a modular structure to allow someone to load just the sorting algorithms, for example, in a simple way