Construct Binary Tree from Inorder and Postorder Traversal - (GOOGLE) : Explanation ➕ Live Coding

Subscribers:
92,300
Published on ● Video Link: https://www.youtube.com/watch?v=y6zSY_z7Kh4



Duration: 25:38
742 views
58


This is the 24th Video of our Binary Tree Playlist.
In this video we will try to solve a very popular problem "Construct Binary Tree from Inorder and Postorder Traversal" (Leetcode - 106).

We will do live coding after explanation and see if we are able to pass all the test cases.

Problem Name : Construct Binary Tree from Inorder and Postorder Traversal
Company Tags : GOOGLE
My Github Solutions : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Tree/Construct%20Binary%20Tree%20from%20Inorder%20and%20Postorder%20Traversal.cpp
Leetcode Link : https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/
Similar Problem "Construct Binary Tree From Preorder And Inorder Traversal" (Leetcode-105) : https://youtu.be/G5c1wM3Kpuw

My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/@codestorywithMIK


╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
#coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #hindiexplanation #hindiexplained #easyexplaination #interview #interviewtips
#interviewpreparation #interview_ds_algo #hinglish




Other Videos By codestorywithMIK


2023-03-25Count Unreachable Pairs of Nodes in an Undirected Graph - (using DSU) | Graph Concepts & Qns - 23
2023-03-25Count Unreachable Pairs of Nodes in an Undirected Graph | Leetcode - 2316 | MICROSOFT | Live Coding
2023-03-24Reorder Routes to Make All Paths Lead to the City Zero | Leetcode - 1466 | META | DFS | Live Coding
2023-03-23Number of Operations to Make Network Connected - (AMAZON) | Graph Concepts & Qns - 22 | Coding Live
2023-03-22Minimum Score of a Path Between Two Cities | Leetcode - 2492 | GOOGLE | Explanation ➕ Live Coding
2023-03-21Number of Zero-Filled Subarrays - (Leetcode - 2348) - (META) : Explanation ➕ Live Coding
2023-03-20Can Place Flowers - (Leetcode - 605) - (GOOGLE) : Explanation ➕ Live Coding
2023-03-19Design Add and Search Words Data Structure - (Leetcode - 211) - (GOOGLE) : Explanation ➕ Live Coding
2023-03-18Design Browser History - (Leetcode - 1472) - (META) : Explanation ➕ Live Coding
2023-03-17Implement Trie (Prefix Tree) - (Leetcode - 208) - (MICROSOFT) : Explanation ➕ Live Coding
2023-03-16Construct Binary Tree from Inorder and Postorder Traversal - (GOOGLE) : Explanation ➕ Live Coding
2023-03-14Sum Root to Leaf Numbers (Leetcode - 129) - (Google, Microsoft, Meta..) : Explanation ➕ Live Coding
2023-03-13Satisfiability of Equality Equations - (GOOGLE) | Graph Concepts & Qns - 21 | Explanation+Coding
2023-03-12Symmetric Tree (Leetcode - 101) - (Amazon, Microsoft, Mentor (Siemens)) : Explanation ➕ Live Coding
2023-03-11Merge k Sorted Lists - (Leetcode - 23) - (Google, Amazon, Microsoft..) : Explanation ➕ Live Coding
2023-03-10Convert Sorted List to Binary Search Tree - (Google, Flipkart, Amazon) : Explanation ➕ Live Coding
2023-03-10Linked List Random Node - (Leetcode - 382) - (GOOGLE) : Explanation ➕ Live Coding
2023-03-09Linked List Cycle II - (Leetcode - 142) - (Amazon, Microsoft, Paytm...) : Explanation ➕ Live Coding
2023-03-08Koko Eating Bananas - (Leetcode - 875) - (Google, Microsoft) : Explanation ➕ Live Coding
2023-03-07Minimum Time to Complete Trips - (Leetcode - 2187) - (Google, PhonePe) : Explanation ➕ Live Coding
2023-03-06Kth Missing Positive Number - (Google, Apple, Amazon, Meta) : Explanation ➕ Live Coding