implementasi java pohon splay

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