Symmetric Tree | Complete Full Tree Data Structure playlist C++ | Hello World | Leetcode Solutions

preview_player
Показать описание
This is the video under the series of DATA STRUCTURE & ALGORITHM in a TREE Playlist. We are going to understand Whether the Tree is a Symmetric Tree or not?

----------------------------------------------------------------------------------------
** Relevel
----------------------------------------------------------------------------------------

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

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

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

We also Provide courses on Competitive Programming and Data structure and Algorithms. Please see our Full Playlist on our Channel.

----------------------------------------------------------------------------------------:

----------------------------------------------------------------------------------------

*Follow me *
----------------------------------------------------------------------------------------

►Our Playlists on:-

------------------------------------------------------------------------

🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟

✨ Tags ✨
Symmetric Tree
check whether the tree is a Symmetric Tree or not
The tree Data structure in Hindi
Use of Tree Data structure in real Life
question asked in Google
off-campus placement
how to learn to code for beginners
Practice Tree data structure
tree in data structure
Complete course on Tree
Tree in a data structure in Hindi
Tree Full playlist for Beginners

#Tree #Leetcode #programming
Рекомендации по теме
Комментарии
Автор

dear prince bhaiya,
if you are reading this, then please consider my thank you for this tree palylist. I was very afraid of recursion in trees, but now i have gained confidence.Thanks to you

harshranjangiri
Автор

Complete Each and every video now I am Super Comfortable with TREE Data Structure.

ShubhamSharma-zbuh
Автор

Bhaiya top aur bottom view of binary tree ka video bnaiye (request)
Aap bahut hi ache tareeke se padhate hai
bahut bahut dhanyavaad bhaiya

samareshms
Автор

just a sugg. ki aap series k saare video ek saath daala karo please

SandeepKumar-qwtv
Автор

thnks prince bhaiya itna accha samjha ne k liye

sohebshaikh
Автор

gfg per coed work nhi kar rha ha sara tast case per

kayumkhan_kks
Автор

Sir I start with C language first or directly jump into C++ I'm class 12 student

asharmasharma
Автор

Sir why haven't we check the left sub tree and right subtree value? And why we check only root value

vijay
Автор

Prince Bhaiya please Time and Space Complexity Pe video Banaiye please

sohebshaikh
Автор

what would be its iterative code using level order traversal?

amanbhadani
Автор

bhaiye isme inorder ka function q nahi banaya ??

PIYUSH-lzzq