InterviewSolution
Saved Bookmarks
| 1. |
What is the Height of the given ternary tree?(a) 0(b) 1(c) 2(d) 3The query is from Ternary tree in division Trees of Data Structures & Algorithms II have been asked this question during an online interview. |
|
Answer» The correct OPTION is (c) 2 |
|