complete binary trees

Complete binary trees are binary trees in which all levels except the last are completely filled with nodes and all nodes are as left as possible on the last level.

Requires login.