12. Mirror image
Write code in Java to find out whether a binary tree is a mirror image of itself or not. Should code be thread-safe?
Write code in Java to find out whether a binary tree is a mirror image of itself or not. Should code be thread-safe?