Q. What is a complete binary tree? (Solved)
1. Each node has exactly zero or two children
2. A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from right to left
3. A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right
4. A tree In which all nodes have degree 2
- c. A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right