InterviewSolution
Saved Bookmarks
| 1. |
Is parent node of Node 4 and root node of the given K-ary tree same?(a) True(b) FalseThis is a very interesting question from K-ary tree topic in chapter Trees of Data Structures & Algorithms II got this question in an online interview. |
|
Answer» The correct answer is (a) True |
|