/JSTrees

Some tree and heap implementations in javascript. Also includes a renderer to see how they grow/shrink when used.

Primary LanguageJavaScript

JSTrees

Current Data Structures supported:

  • Binary Heap
  • Leftist Heap
  • Binary Tree
  • AVL Tree
  • Splay Tree

Check it out here