BFS a binary tree but print the last row in reverse order. Here last row means highest level leaf nodes.
Click for Solution
[Insert Code]