Question Authoring Studio

Compose questions with live KaTeX rendering and direct diagram uploads.

A.
B.
C.
D.
Live PreviewMCQ
Consider the following AVL tree:
 
T=balanced binary search treeT = \text{balanced binary search tree}
 
What is the height balance factor of the root node?
Options
A
00
B
+1+1
C
1-1
D
±2\pm 2
Solution Derivation
The balance factor is calculated as height(left)height(right)\text{height}(left) - \text{height}(right).