Splay tree

A splay tree is a binary search tree with the additional property that recently accessed elements are quick to access again. Like self-balancing binary search trees, a splay tree performs basic operations such as insertion, look-up and removal in O(log n) amortized time.

Source: Wikipedia — Splay tree (CC BY-SA 4.0)

Splay tree

A splay tree is a binary search tree with the additional property that recently accessed elements are quick to access again. Like self-balancing binary search trees, a splay tree performs basic operations such as insertion, look-up and removal in O(log n) amortized time.

Source: Wikipedia "Splay tree" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy