Lexicographically Smallest Equivalent String | DFS | Explanation ➕ Live Coding VIDEO
This is the 13th Video on our Graph Playlist.
In this video we will try to solve another very good Graph problem "Lexicographically Smallest Equivalent String".
If you have been following my "Graph Concepts & Qns" playlist , then these Qns will become very easy.
Today we will solve it using DFS.
Further we will solve it using the BFS and Disjoint Set Union (DSU) approach as well.
Problem Name : Lexicographically Smallest Equivalent String
Company Tags : soon
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/Graph/BFS_DFS/Lexicographically%20Smallest%20Equivalent%20String.cpp
Leetcode Link : https://leetcode.com/problems/lexicographically-smallest-equivalent-string/
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/channel/UCaw58edcO3ZqMw76Bvs0kGQ
0:00 - Intro
0:32 - Understand the problem
7:20 - Intuition building
08:32 - Dry Run Example
11:47 - Time Complexity
12:25 - Story to Code Live
╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
╠╗║╚╝║║╠╗║╚╣║║║║║═╣
╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
#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-01-19 Subarray Sums Divisible by K - (Microsoft, Amazon, Paytm) : Explanation ➕ Live Coding 2023-01-17 Maximum Sum Circular Subarray (Microsoft, Amazon) : Explanation ➕ Live Coding 2023-01-17 Flip String to Monotone Increasing - (GOOGLE) | Optimal | Explanation ➕ Live Coding 2023-01-17 Flip String to Monotone Increasing - (GOOGLE) | Recursion+Memo | Explanation ➕ Live Coding 2023-01-16 Insert Interval (Google, Twitter, Microsoft, Apple, Amazon) : Explanation ➕ Live Coding 2023-01-15 Number of Good Paths | GOOGLE | DSU | Explanation ➕ Live Coding 2023-01-15 Disjoint Set Union By Rank and Path Compression - | DSU | Graph Concepts & Qns -19| Explanation+Code 2023-01-15 Disjoint Set Union - | DSU | Graph Concepts & Qns - 18 | Explanation+Coding 2023-01-15 Is Graph Bipartite ? - (Facebook, Microsoft) | BFS | Graph Concepts & Qns - 17 | Explanation+Coding 2023-01-14 Is Graph Bipartite ? - (Meta, Microsoft..) | DFS | Graph Concepts & Qns - 16 | Explanation+Coding 2023-01-14 Lexicographically Smallest Equivalent String | DFS | Explanation ➕ Live Coding 2023-01-12 Longest Path With Different Adjacent Characters : (Microsoft) | Explanation ➕ Live Coding 2023-01-12 Number of Nodes in the Sub-Tree With the Same Label : (Better Approach) | Explanation ➕ Live Coding 2023-01-12 Number of Nodes in the Sub-Tree With the Same Label : Explanation ➕ Live Coding 2023-01-11 Course Schedule-II - (Apple,Microsoft,Amazon) | DFS | Graph Concepts & Qns - 15 | Explanation+Coding 2023-01-10 Minimum Time to Collect All Apples in a Tree - (Microsoft) : Explanation ➕ Live Coding 2023-01-10 Course Schedule - (Apple, Microsoft,Amazon) | DFS | Graph Concepts & Qns - 14 | Explanation+Coding 2023-01-09 Same Tree - (Google, Adobe, Meta, Amazon, Uber, Bloomberg) : Explanation ➕ Live Coding 2023-01-09 Course Schedule-II : (Apple, Microsoft,Amazon) | BFS | Graph Concepts & Qns - 13 |Explanation+Coding 2023-01-09 Binary Tree Preorder Traversal - (Microsoft, Walmart, Flipkart, Amazon) : Explanation ➕ Live Coding 2023-01-08 Course Schedule - (Apple, Microsoft,Amazon) | BFS | Graph Concepts & Qns - 12 | Explanation+Coding