AdvancedVocabulary#software-architecture#developer-tools#backend

AVL Tree Vocabulary

Build fluency in the vocabulary of a binary search tree kept strictly height-balanced via rotations after every change.

0 / 5 completed
1 / 5
At standup, a dev mentions a self-balancing binary search tree that tracks each subtree's height and performs rotations after every insert or delete the instant any node's left and right subtree heights differ by more than one. What is this structure called?