Top "Splay-tree" questions

A splay tree is a self-adjusting binary search tree with excellent amortized performance.

Difference between AVL trees and splay trees

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