InterviewSolution
Saved Bookmarks
| 1. |
The number of edges from the root to the node is called __________ of the tree.(a) Height(b) Depth(c) Length(d) WidthI would like to ask this question from Binary Tree Properties topic in division Binary Trees of Data Structures & Algorithms IThe question was asked by my school teacher while I was bunking the class. |
|
Answer» The CORRECT option is (B) Depth |
|