Lecture - 7.6 (AVL Trees)
Lecture - 7.6 (AVL Trees)
Lecture : 07
Saturday, May 25, 2024 1
Degenerate Binary Search Tree
4 15
3 9 18
7 16 20
5 17
Degenerate Binary Search Tree
BST for 3 4 5 7 9 14 15 16 17 18 20
Degenerate Binary Search Tree
BST for 3 4 5 7 9 14 15 16 17 18 20
3
4
5
7
9
14
15
16
17
18
20
Degenerate Binary Search Tree
BST for 3 4 5 7 9 14 15 16 17 18 20
3
4
5
7
9
14
15
16
Linked List! 17
18
20
Balanced BST
14
9 15
7 16
5 17
4 18
3 20
2 8 1
1 4 7 2
3 3
AVL Tree
1 8 1
1 4 2
3 5 3
Balanced Binary Tree
-1
1 0
0 0 1 -1
0 0 0 0 0 0
0 0 0 0
Balanced Binary Tree
Insertions and effect on balance
-1
1 0
0 0 1 -1
0 0 B B 0 0 0 0
U1 U2 U3 U4 0 0 B B B B 0 0
-1
1 0
0 0 1 -1
0 0 B B 0 0 0 0
U1 U2 U3 U4 0 0 B B B B 0 0
-1
1 0
0 0 1 -1
0 0 B B 0 0 0 0
U1 U2 U3 U4 0 0 B B B B 0 0
A 1
B 0
T3
T1 T2 1
Inserting New Node in AVL Tree
A 2
B 1
T3
T1 T2 1
2
ne
w
Inserting New Node in AVL Tree
A 2 B 0
A
B 1 0
T1
T3
T1 T2 1 T2 T3
2
ne
w
ne
w
Inorder: T1 B Inorder: T1 B
T2 A T3 T2 A T3
AVL Tree Building Example
Insert(1)
1
AVL Tree Building Example
Insert(2)
1
2
AVL Tree Building Example
3
AVL Tree Building Example
3
AVL Tree Building Example
Insert(3)
2
1 3
AVL Tree Building Example
Insert(4)
2
1 3
4
AVL Tree Building Example
Insert(5)
2
1 3 -2
5
AVL Tree Building Example
Insert(5)
2
1 4
5
3
AVL Tree Building Example
Insert(6)
2 -2
1 4
5
3
6
AVL Tree Building Example
Insert(6)
4
2 5
6
1 3
AVL Tree Building Example
Insert(7)
4
2 5
6
1 3
7
AVL Tree Building Example
Insert(7)
4
2 5 -2
6
1 3
7
AVL Tree Building Example
Insert(7)
4
2 6
7
1 3 5
AVL Tree Building Example
Insert(16)
4
2 6
7
1 3 5
16
AVL Tree Building Example
Insert(15)
4
2 6
7
1 3 5
16
15
AVL Tree Building Example
Insert(15)
4
2 6
7 -2
1 3 5
16
15
AVL Tree Building Example
Insert(15)
4
2 6
16
1 3 5
15
AVL Tree Building Example
Insert(15)
4
2 6
16 -2
1 3 5
15
AVL Tree Building Example
AL 44
AVL Tree Building Example
AL 45
AVL Tree Building Example
AL 46
AVL Tree Building Example
AL 47
AVL Tree Building Example
AL 48
AVL Tree Building Example
AL 49
AVL Tree Building Example
AL 50
AVL Tree Building Example
AL 51
AVL Tree Building Example
AL 52
AVL Tree Building Example
AL 53
AVL Tree Building Example
AL 54
AVL Tree Building Example
AL 55
AVL Tree Building Example
AL 56
AVL Tree Building Example
AL 57
AVL Tree Building Example
AL 58
AVL Tree Building Example
AL 59
AVL Tree Building Example
AL 60
AVL Tree Building Example
AL 61
AVL Tree Building Example
AL 62
AVL Tree Building Example
AL 63
AVL Tree Building Example
AL 64
AVL Tree Building Example
AL 65
AVL Tree Building Example
AL 66