Vidyalelo
Data Structure · Q5

Trees in Data Structures

Programming · Data Structure · question 5

Q5

What is the height of a binary tree with a single node?

A.
0
Answer
B.
1
C.
2
D.
It depends on the tree's balance

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board