A splay tree is a self-adjusting 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
btbaggin/SplayTree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SplayTree data structure
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published