IntervalTree

Interval Tree Visualization

The demo is hosted at https://lucunji.github.io/IntervalTree/public/

Features

Most basic functionalities of this applet are made to be similar to those in the existing KD-Tree Demo but with some improvements:

Dependencies and References

The functionalities of this demo are made to be similar to the KD-Tree demo, and I also used the same JSXGraph library. But all the code is written on my own with references to the official documents of the libraries.

The libraries used in this project are mainly

Possible Future Improvements