InterviewSolution
Saved Bookmarks
| 1. |
What is a binary tree? |
|
Answer» A binary tree has a special condition that each node can have two children at maximum. |
|