PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
Given a Binary Tree, determine whether the given tree is symmetric or not. A Binary Tree would be Symmetric, when its mirror image is exactly the same as the original tree. If we were to draw a vertical line through the centre of the tree, the nodes on the left and right side would be mirror images of each other.
About:
Implementation of Tree data structure.
Input:
The nodes of the tree.
Output:
The tree is symmetrical / The tree is not symmetrical
Have you completed your first issue?
Guidelines
Latest Merged PR Link
999
Project Description
Symmetric Tree
Given a Binary Tree, determine whether the given tree is symmetric or not. A Binary Tree would be Symmetric, when its mirror image is exactly the same as the original tree. If we were to draw a vertical line through the centre of the tree, the nodes on the left and right side would be mirror images of each other.
About:
Implementation of Tree data structure.
Input:
The nodes of the tree.
Output:
The tree is symmetrical / The tree is not symmetrical
Full Name
Shuvojit Samanta
Participant Role
GSSOC