Construct Quad Tree (Leetcode - 427) - (Google) : Explanation ➕ Live Coding

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



Duration: 28:36
1,521 views
112


This is the 1st Video of our N-Ary Tree Playlist.
In this video we will try to solve a very interesting and popular problem asked by Google "Construct Quad Tree" (Leetcode - 427).

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

Problem Name : Construct Quad Tree
Company Tags : Google
My Github Solutions : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Tree/N-Ary%20Tree/Construct%20Quad%20Tree.cpp
Leetcode Link : https://leetcode.com/problems/construct-quad-tree/


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-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
2023-03-04Jump Game IV - (Leetcode - 1345) - (Google, Microsoft, Adobe, Amazon) : Explanation ➕ Live Coding
2023-03-04Count Subarrays With Fixed Bounds - (Leetcode - 2444) - (Microsoft) : Explanation ➕ Live Coding
2023-03-03Find the Index of the First Occurrence in a String - (Google, Microsoft) : Explanation ➕ Live Coding
2023-03-01Sort an Array - (Leetcode - 912) - (Microsoft, Goldman Sachs, Cisco) : Explanation ➕ Live Coding
2023-02-28Find Duplicate Subtrees (Leetcode - 652) - (GOOGLE) : Explanation ➕ Live Coding
2023-02-26Construct Quad Tree (Leetcode - 427) - (Google) : Explanation ➕ Live Coding
2023-01-30Promise from a coder to coder 💪👩🏻‍💻👨🏻‍💻
2023-01-29LFU Cache - (Microsoft) : Explanation➕Live Coding
2023-01-29LRU Cache - (Adobe, Microsoft, Amazon, Twitch...):Explanation➕Live Coding
2023-01-27Data Stream as Disjoint Intervals - (AMAZON) : Explanation ➕ Live Coding
2023-01-27Concatenated Words - (META) : Explanation ➕ Live Coding
2023-01-26Cheapest Flights Within K Stops | GOOGLE | BFS | Explanation ➕ Live Coding
2023-01-25Find Closest Node to Given Two Nodes | BFS & DFS | Explanation ➕ Live Coding
2023-01-24Snakes and Ladders - (Microsoft, Amazon, Adobe..) : Explanation ➕ Live Coding
2023-01-22Find the Town Judge - (Microsoft, Amazon, Uber) : Explanation ➕ Live Coding
2023-01-22Detect Cycle using DSU - (Google, Microsoft) | Graph Concepts & Qns - 20 | Explanation+Coding