Topic: Tree Problem / Level: advanced

Problem: Implement a function to convert a binary tree to its mirror image recursively.

Run the code to see the output here...