Actions you can perform with the mouse (select using the dropdown box):
SplayDemo.java Splay tree logic and boilerplate to launch the demo as an applet or standalone Java program. BinaryTree.java A generic binary tree. The splay tree is built by extending this. Node.java Binary tree node interface. SplayTree.java Extension of the binary tree to maintain balance. TreeDisplay.java A JComponent that renders binary trees.