📅  最后修改于: 2022-03-11 14:52:27.893000             🧑  作者: Mango
/*
https://www.link.cs.cmu.edu/splay/download/SplayTree.java
Implementation of a top-down splay tree without the node
storing a parent variable
*/