Created by harvs899
over 10 years ago
|
||
Is a binary tree a static or dynamic data structure?
What is the maximum number of child nodes each parent node can have?
What is the first node called?
What are sibling nodes?
What is the problem with removing parent nodes from a binary tree? And what is a solution?