What is a binary tree?
A Tree (type of graph, no cycles) where every node has two or fewer children
What is a perfect binary tree?
Perfect - every level is completely full (i.e. nodes have 2 children) except the bottom which is completely empty (no children).