InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the name of the node having child nodes?(a) Brother(b) Sister(c) Mother(d) ParentThis intriguing question originated from K-ary tree in section Trees of Data Structures & Algorithms IThe question was asked in homework. |
|
Answer» Right answer is (d) Parent |
|