Challenge: Copy Mirror Tree
Let’s copy a binary tree such that it mirrors the original tree.
We'll cover the following...
Problem
Given a binary tree, copy its values to create another tree that is a mirror image of the original tree.