UTSAVS26 / PyVerse

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.
https://sites.google.com/view/pyverse-python-universe/
MIT License
73 stars 198 forks source link

[Code Addition Request]: Symmetric Tree #1011

Open shuvojitss opened 3 hours ago

shuvojitss commented 3 hours ago

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

github-actions[bot] commented 3 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!