Find Closest Node to Given Two Nodes | BFS & DFS | Explanation ➕ Live Coding

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



Duration: 18:36
1,097 views
71


This is the 14th Video on our Graph Playlist.
In this video we will try to solve a good and classic Graph problem "Find Closest Node to Given Two Nodes" (Leetcode-2359).

If you have been following my "Graph Concepts & Qns" playlist , then these Qns will become very easy.

Problem Name : Find Closest Node to Given Two Nodes
Company Tags : Will soon update
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Graph/BFS_DFS/Find%20Closest%20Node%20to%20Given%20Two%20Nodes.cpp
Leetcode Link : https://leetcode.com/problems/find-closest-node-to-given-two-nodes/


My Graph Concepts Playlist : https://www.youtube.com/watch?v=5JGiZnr6B5w&list=PLpIkg8OmuX-LZB9jYzbbZchk277H5CbdY
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-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
2023-01-22Palindrome Partitioning - (Google, Microsoft, Meta) (Khaandani Template) : Explanation ➕ Live Coding
2023-01-21Restore IP Addresses - (META) : Explanation ➕ Live Coding
2023-01-20Non-decreasing Subsequences -(Khaandani Backtracking Template) : Explanation ➕ Live Coding
2023-01-19Subarray Sums Divisible by K - (Microsoft, Amazon, Paytm) : Explanation ➕ Live Coding
2023-01-17Maximum Sum Circular Subarray (Microsoft, Amazon) : Explanation ➕ Live Coding
2023-01-17Flip String to Monotone Increasing - (GOOGLE) | Optimal | Explanation ➕ Live Coding
2023-01-17Flip String to Monotone Increasing - (GOOGLE) | Recursion+Memo | Explanation ➕ Live Coding