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

Leetcode Problem(Easy) Roman to Integer

Sort The Array Using Bubble Sort

Linear Search In Java