 Call Kai
Call Kai Learn
Learn Practice Test
Practice Test Spaced Repetition
Spaced Repetition Match
Match1/8
Looks like no tags are added yet.
| Name | Mastery | Learn | Test | Matching | Spaced | 
|---|
No study sessions yet.
O(log n)
AVL height is ____
bf(x)
balance factor is
height(left subtree) - height(right subtree)
bf(x) = ____ - ______
h <= 1.4405 log n + O(1)
height theorem is ______
O(log n)
Find/Query is in ____ time
O(log n)
Insert/Delete is in ____ time
rotation
Balancing mechanism is _____ (left and right)
bf = 2/-2
if AVL property violated ______ perform rotation
left-left
right-right
left-right
right-left
violation cases:
1. (single)
2. (single)
3. (double)
4. (double)