A different kind of binary tree traversal scheme is to visit the nodes level by level. The task in this lab assignment is to print out a binary tree by level from left to right. For example, this binary tree of letters will result in the following output of letters:
M E R A J P T G N Q X H