Topic: Tree Problem / Level: advanced

Problem: Check if a binary tree is symmetric by comparing left and right subtrees.

Run the code to see the output here...