A splay tree is a self-adjusting binary search tree with excellent amortized performance.
I am studying about various trees, and came across AVL trees and splay trees. I want to know What is …
algorithm data-structures binary-search-tree avl-tree splay-tree