Splay tree

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Dec 9 8:32
Editor
Edited
Edited
2023 Dec 9 8:36
Refs
Refs
Splay trees are binary trees that will tend to have the more recently accessed elements closer to the root, and it does so without maintaining any additional metadata. Each time an element is accessed, it gets moved to the root.
 
 
 
 

Visualization

 
 

Recommendations