InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum number of children that a binary tree node can have?(a) 0(b) 1(c) 2(d) 3This intriguing question comes from Binary Trees topic in section Binary Trees of Data Structures & Algorithms IThe question was posed to me in exam. |
|
Answer» Right OPTION is (C) 2 |
|