LeetCode : Symmetric Tree Problem

 


           Problem statement:-

Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center).

           


 

            Solution:-



Comments

Popular posts from this blog

3 Lines of Code And You Can Download Your Favourite Youtube Video.

Leetcode Problem(Easy) Roman to Integer

Leetcode : (Find Minimum in Rotated Sorted Array)