Tree: Depth-First Search - Count Complete Tree Nodes
You need to count the number of nodes in a binary tree where all levels except possibly the last are fully filled, and nodes in the last level are as far left as possible. Which algorithmic pattern best fits this problem?
