Types of Binary Trees

We'll go over some definitions of different types of tree. Remembering them and their properties will be useful for questions about binary trees.

Full binary tree

Every node has either zero or two children.

Complete Binary Tree

All ...

Access this course and 1400+ top-rated courses and projects.