InterviewSolution
Saved Bookmarks
| 1. |
The number of edges from the node to the deepest leaf is called _________ of the tree.(a) Height(b) Depth(c) Length(d) WidthMy enquiry is from Binary Tree Properties in portion Binary Trees of Data Structures & Algorithms IThe question was asked in an interview for internship. |
|
Answer» The correct option is (a) Height |
|