Traverse Binary Tree: Depth First Problem: Traverse a given binary tree, depth first. Solution 1: Iterate via a Stack