Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 400 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 400 Bytes

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.