InterviewSolution
Saved Bookmarks
| 1. |
What is the Height of the given K-ary tree?(a) 0(b) 1(c) 2(d) 3This key question is from K-ary tree in portion Trees of Data Structures & Algorithms II got this question during an online exam. |
|
Answer» Correct answer is (c) 2 |
|