splay tree java code code example
Example: splay tree java implementation
/*
https://www.link.cs.cmu.edu/splay/download/SplayTree.java
Implementation of a top-down splay tree without the node
storing a parent variable
*/
/*
https://www.link.cs.cmu.edu/splay/download/SplayTree.java
Implementation of a top-down splay tree without the node
storing a parent variable
*/