Searched refs:Splay (Results 1 – 2 of 2) sorted by relevance
30 * Constructs a Splay tree. A splay tree is a self-balancing binary68 // Splay on the key to move the last node on the search path for108 // Splay to make sure that the new root has an empty right child.160 // Splay on the key to move the node with the given key or the last273 * Constructs a Splay tree node.
16 DEF_TEST(Splay, r) { in DEF_TEST() argument