Time Needed to Inform All Employees | DFS | BFS | AMAZON | Leetcode-1376 | Live Code

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



Duration: 24:56
830 views
83


This is the 2nd Video on our N-Ary Tree Playlist.
In this video we will try to solve a very good Classic Tree Traversal Problem "Time Needed to Inform All Employees" (Leetcode - 1376)

We will solve it using :
1. DFS
2. BFS

I am promising you, this problem will become easy once you are done with this video.
We will do live coding after explanation and see if we are able to pass all the test cases.

Problem Name : Time Needed to Inform All Employees
Company Tags : AMAZON
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Tree/Time%20Needed%20to%20Inform%20All%20Employees.cpp
Leetcode Link : https://leetcode.com/problems/time-needed-to-inform-all-employees/


My DP Concepts Playlist : https://youtu.be/7eLMOE1jnls
My Graph Concepts Playlist : https://youtu.be/5JGiZnr6B5w
My GitHub Repo for interview preparation : https://github.com/MAZHARMIK/Interview_DS_Algo
Subscribe to my channel : https://www.youtube.com/@codestorywithMIK
Instagram : https://www.instagram.com/codestorywithmik/
Facebook : https://www.facebook.com/people/codestorywithmik/100090524295846/

╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝

Timestamp:
00:00 - Introduction
00:39 - Understand The Problem
10:16 - Example Dry Run
14:35 - Making Story Points
16:08 - DFS
20:39 - BFS


#coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge #leetcodequestions #leetcodechallenge #hindi #india #coding #helpajobseeker #easyrecipes #leetcode #leetcodequestionandanswers #leetcodesolution #leetcodedailychallenge#leetcodequestions #leetcodechallenge #hindi #india #hindiexplanation #hindiexplained #easyexplaination #interview#interviewtips
#interviewpreparation #interview_ds_algo #hinglish #github #design #data #google #video #instagram #facebook




Other Videos By codestorywithMIK


2023-06-09Wo Agayaaa 👀😍 #leetcode #shortestpath #meme #funny #comedy #laugh #reels
2023-06-09Can Make Arithmetic Progression From Sequence | O(1) Space | GOOGLE | Leetcode-1502 | Explanation
2023-06-08Find Smallest Letter Greater Than Target | Binary Search | Leetcode - 744 | LinkedIn | Explanation
2023-06-08Count Negative Numbers in a Sorted Matrix | Leetcode-1351 | 3 Approaches | AMAZON | Explanation
2023-06-07Minimum Flips to Make a OR b Equal to c | 2 Approaches | Microsoft | Leetcode-1318 | Explanation
2023-06-05Can Make Arithmetic Progression From Sequence | 2 Approaches | GOOGLE | Leetcode-1502
2023-06-04Check If It Is a Straight Line | AMAZON | Leetcode-1232 | Explanation ➕ Live Coding
2023-06-04House Robber II | Recur + Memo | DP Concepts & Qns - 5 | Leetcode-213
2023-06-04Floyd Warshall Algorithm | Full Detail | Samsung | Graph Concepts & Qns - 32 | Explanation + Coding
2023-06-03Number of Provinces | DFS | BFS| Leetcode-547 | Link In Description | Explanation ➕ Live Coding
2023-06-03Time Needed to Inform All Employees | DFS | BFS | AMAZON | Leetcode-1376 | Live Code
2023-06-02Detonate the Maximum Bombs | DFS | BFS | GOOGLE | Leetcode-2101 | Live Code + Explanation 🧑🏻‍💻
2023-06-014000 Subscribers. Thank you everyone #codestorywithMIK #coding #datastructures #leetcode #interview
2023-05-31Shortest Path in Binary Matrix | BFS | Dijkstra's | Google, Amazon | Leetcode-1091 | Live Code
2023-05-31Stay Motivated. Keep Coding 👨🏻‍💻 #leetcode #hardwork #motivation #motivational #motivationalvideo
2023-05-31Power of Story To Code #funny #leetcode #easyexplaination #education #baby #codestorywithMIK #laugh
2023-05-31Design Underground System | Full Thought Process | Bloomberg, Amazon | Leetcode-1396 | Live Code
2023-05-30Design HashSet | Full Details | GOOGLE | Leetcode-705 | Live Code
2023-05-28Design Parking System | GOOGLE | Leetcode-1603 | Live Code
2023-05-28House Robber | Recur + Memo | Bottom Up | DP Concepts & Qns - 4 | Leetcode-198
2023-05-28Climbing Stairs | Recur + Memo | Bottom Up | DP Concepts & Qns - 3 | Leetcode-70