Problem
How do you look at a visual representation of a binary tree (the diagram starting with root and ending with leaves) and determine how many levels it has? Provide a variety of different kinds of examples/scenarios. I assume the root is level 0 but for some reason I missed this on my hw when asked how many levels a given tree has.