Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetric Tree #21

Open
anu-shka-k opened this issue Oct 24, 2023 · 2 comments
Open

Symmetric Tree #21

anu-shka-k opened this issue Oct 24, 2023 · 2 comments

Comments

@anu-shka-k
Copy link
Contributor

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

Testcases:

Input: root = [1,2,2,3,4,4,3]
Output: true

Input: root = [1,2,2,null,3,null,3]
Output: false

@anu-shka-k
Copy link
Contributor Author

anu-shka-k commented Oct 24, 2023

Hi @akanksha1131 , I will assign this issue to you. Please resubmit a PR.

@sharvi17
Copy link

hello , i am Sharvi burse from SY Comp , can you please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants