Android vizualizer for Link/Cut tree data structure
Application works with even > 100000 nodes, but hides vizualization.
Implementation of data-structure itself is in lib/src/ and it's 100% covered with tests.
My LC-Tree is build on top of forest of Splay trees.
Along with basic operations, size
is supported with help one more Splay forest isomorphic to the first one.
Vizualizer looks like this: