Traverse Binary Tree: Breadth First Problem: Traverse a given binary tree, breadth first. Solution 1: Iterate via a Queue