Q. What is a full binary tree? (Solved)
1. Each node has exactly zero or two children
2. Each node has exactly two children
3. All the leaves are at the same level
4. Each node has exactly one or two children
- a. Each node has exactly zero or two children