//Given a Binary Tree. Check whether it is Symmetric or not, i.e. whether the binary tree is a Mirror image of itself or not.
using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}