Splay Tree Sign Video
No video uploaded yet.
Definition
A splay tree is a self-balancing binary search tree with the additional property that recently accessed elements are quick to access again. It performs basic operations such as insertion, look-up and removal in O(log(n)) amortized time.
Source: Wikipedia
Other Submissions
BROWSE
All
> Technology
> Computer Science
> Data Structures
> Trees
> Splay Tree
* video needed
click here to zoom in