InterviewSolution
Saved Bookmarks
| 1. |
What is the size of the given ternary tree?(a) 3(b) 2(c) 6(d) 4I'm obligated to ask this question of Ternary Tree topic in chapter Trees of Data Structures & Algorithms IThis question was addressed to me by my college director while I was bunking the class. |
|
Answer» The CORRECT choice is (c) 6 |
|