Types of Binary Trees

Types of Binary trees

Complete Binary tree : In a binary tree if all levels are filled except last level then it is called as Complete binary tree and all nodes in the last level are as far left as possible.

Full binary tree: A Full binary tree is a binary tree where each node has either 0 or 2 children. These trees are some times referred as plane binary tree or proper binary tree.

Try here>>>