SPLAY TREES
Splay tree: Splay tree is very efficient treeĀ . Splay Tree is like Binary Search Tree. It is also a self – adjusted tree in which every operation on an element rearrange the tree so that the element is placed at the root position of the tree. Splay tree operations take […]