InterviewSolution
Saved Bookmarks
| 1. |
Is Node A sibling of Node B in the given K-ary tree?(a) True(b) FalseMy question is based upon K-ary Tree topic in chapter Trees of Data Structures & Algorithms II got this question in semester exam. |
|
Answer» The correct option is (B) False |
|