/persistent-tree-visualization

Visualization of persistent binary search trees (only fat node method so far)

Primary LanguageTypeScriptMIT LicenseMIT

Persistent Search Trees

This repository holds the visualization of persistent binary search trees implemented with the fat node method. The fat node method is introduced in this paper by Driscoll et al..

To do

  • The layout algorithm is a bit ad-hoc.
  • The trees are not recentered after zooming in/out.