InterviewSolution
Saved Bookmarks
| 1. |
Which nodes are the siblings of Node D of given ternary tree?(a) E(b) C(c) F(d) HMy query is from K-ary Tree in section Trees of Data Structures & Algorithms IThe question was posed to me in homework. |
|
Answer» Correct choice is (d) H |
|