Pritesh Gondaliya’s Post

View profile for Pritesh Gondaliya, graphic

Computer Science Student at Parul University

🚀 Day 53 Challenge: Symmetric Tree 🚀 Hey there! On the fifty-third day of my coding journey, I tackled the problem "Symmetric Tree" (Problem 101). 💡 Challenge Overview: The task in Problem 101 is to determine whether a binary tree is symmetric. A binary tree is symmetric if the left subtree is a mirror reflection of the right subtree. The challenge here is to efficiently determine whether the given binary tree is symmetric.

  • No alternative text description for this image

To view or add a comment, sign in

Explore topics