Generic Function Splay-Tree-Rotate (2 methods)

( splay-tree-rotate < tree > < node > )

Part of:

package metabang.cl-containers
rotate the node (and maybe the parent) until the node is the root of the tree

Method Summary

splay-tree-rotate < binary-search-tree > < bst-node
splay-tree-rotate < binary-search-tree > < T >