InterviewSolution
Saved Bookmarks
| 1. |
Which node is the child node of Node C in the following K-ary tree?(a) A(b) C(c) G(d) HThis interesting question is from K-ary tree in portion Trees of Data Structures & Algorithms II had been asked this question in unit test. |
|
Answer» The correct option is (C) G |
|