InterviewSolution
Saved Bookmarks
| 1. |
A node can have a minimum of one child.(a) true(b) falseI need to ask this question from Trees in portion Trees of Data Structures & Algorithms IThe question was asked by my college professor while I was bunking the class. |
|
Answer» RIGHT CHOICE is (a) true The BEST explanation: It is possible for a node to have at least ONE CHILD, as is the case with the unary minus operator. |
|