Рет қаралды 9,090
This is the video under the series of DATA STRUCTURE & ALGORITHM in a TREE Playlist. We are going to understand How to create Invert Binary Tree or Mirror Tree.
Join My Telegram channel for more Updates: telegram.me/he...
complete DSA preparation: github.com/Pri...
► 226. Invert Binary Tree || Mirror Tree
Given the root of a binary tree, invert the tree, and return its root.
Input:
1
/ \
2 3
Output: 2 1 3
Explanation: The tree is
1 (mirror) 1
/ \ = / \
3 2 2 3
The inorder of mirrors is 2 1 3
We also Provide courses on Competitive Programming and Data structure and Algorithms. Please see our Full Playlist on our Channel.
----------------------------------------------------------------------------------------:
Invert Binary Tree: leetcode.com/p...
code in This Video: github.com/Pri...
----------------------------------------------------------------------------------------
** Unacademy
Use my code "HELLOWORLD" to get 10% discount
Career as a Developer: unacademy.com/...
Top interview questions: bit.ly/Unacade...
----------------------------------------------------------------------------------------
*Follow me *
LinkedIn► / iamprince
Facebook► / helloworldofficials
Instagram► / helloworldbyprince
Twitter► / prince_king_
Telegram► telegram.me/he...
----------------------------------------------------------------------------------------
►Our Playlists on:-
► Tree: • Tree Data Structure & ...
► Hashing: • Hashing Data Structure...
► Matrix: • Matrix (Multidimension...
► STL: • Standard Template Libr...
► Leetcode: • LeetCode Solutions And...
►Competitive Programming: • Full course in Competi...
►C++ Full Course : • C++ full Course in HINDI
►Algorithms: • L-01 || Prefix Sum Arr...
►Data Structure: • Data Structures with C...
------------------------------------------------------------------------
🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟
✨ Tags ✨
Invert Binary Tree
Mirror Tree
The tree Data structure in Hindi
Find the Invert of a Binary Tree
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
Best Telegram channel for Off-campus Placement drive
Tree in a data structure in Hindi
Tree Full playlist for Beginners
#Tree #Leetcode #programming