Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Symmetric Tree #64

Open Sonia312 opened 1 year ago

Sonia312 commented 1 year ago

Write code in the preferred language and attach output with it.

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

Example 1:

image

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

Example 2:

image

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

K-Saniya commented 12 months ago

Hello @Gdsc-Cummins !! I am Saniya from Cummins college in 2nd year computer department . I am interested in working on this issue. please assign it to me .thanks!

Lavanyawaghulde commented 11 months ago

@Sonia312 I would like to work on this issue. Could you assign this issue it me? Lavanya Waghulde UEC2022362 SY E&TC lavanya.waghulde@cumminscollege.in Cummins college of Engineering