AdvancedVocabulary#software-architecture#developer-tools#backend

Splay Tree Vocabulary

Learn the vocabulary of a tree that rotates each accessed node up to the root to speed up its next access.

0 / 5 completed
1 / 5
At standup, a dev mentions a binary search tree that, after every single access, rotates the accessed node all the way up to the root, so recently or frequently accessed elements end up near the top and cheap to reach again. What is this structure called?