Longest String Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 14 | Leetcode-1048

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



Duration: 29:53
2,407 views
141


Hi Everyone, this is the 14th video of our Concepts Playlist "DP Concepts & Qns".
Today we will solve our 1-D DP problem which is a variant of the Longest Increasing Subsequence "Longest String Chain" (Leetcode-1048).
We have already studied LIS using Recursion+Memo and Bottom Up in Video-11 and 12
Please see that video as well - https://www.youtube.com/watch?v=DG50PJIx2SM&list=PLpIkg8OmuX-JhFpkhgrAwZRtukO0SkwAt&index=11

If you have been following my "DP Concepts & Qns" playlist , then these will become very easy.
Make sure to watch from the beginning of this playlist to master DP in the easiest way possible.

My aim is to make DP easy and make everyone believe that once you get clarity , you can solve even DP Qns Easily.
It will no longer be a Nightmare topic for anyone. All I need is your attention for some time and CONSISTENCY.

"If someone can, we can too"

Problem Name : Longest String Chain
Company Tags : GOOGLE
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/LIS%20%26%20Variants/Longest%20String%20Chain.cpp
Leetcode Link : https://leetcode.com/problems/longest-string-chain/description/

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/
Twitter : https://twitter.com/CSwithMIK


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


#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-09-30Consistency is the 🔑 #hardwork #consistencyiskey #consistency #motivation #leetcode #coding
2023-09-30132 Pattern | Intuition explained | Brute Force | Better | Optimal | META | AMAZON | Leetcode - 456
2023-09-28Monotonic Array | Simple | Clean | META | Leetcode - 896 | Live Coding | Explanation
2023-09-27Sort Array By Parity | 3 Approaches | Custom Comparator | META | Leetcode - 905
2023-09-26Decoded String at Index | Clean Code | TCS | GOOGLE | ORACLE | Leetcode - 880
2023-09-25Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316
2023-09-24Find the Difference | 3 Approaches | Phone Interview | AMAZON | Leetcode - 389
2023-09-23DSA Sheet-1 Announcement | More To Come Soon | Stay Tuned
2023-09-23Champagne Tower | Intuitive | Bottom Up | GOOGLE | Leetcode - 799
2023-09-23Champagne Tower | Recursion | Memoization | GOOGLE | Leetcode - 799
2023-09-22Longest String Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 14 | Leetcode-1048
2023-09-21Is Subsequence | With Follow Up Solved | 2 Approaches | AMAZON | Leetcode - 392
2023-09-21Median of Two Sorted Arrays | PART-2 | Best Approach | Binary Search | Google | Apple | Leetcode - 4
2023-09-20Median of Two Sorted Arrays | PART-1 | Brute Force | Better Approach | Google | Apple | Leetcode - 4
2023-09-19Minimum Operations to Reduce X to Zero | 2 Approaches | Recursion | Hashmap | Leetcode - 1658
2023-09-19Decision is YOURS #hardwork #motivation #ambition #youtubeshorts #descipline #shorts #education
2023-09-18Find the Duplicate Number | With Proof | Follow Up Qns | Hare And Tortoise | AMAZON | Leetcode - 287
2023-09-17The K Weakest Rows in a Matrix | 2 Approaches | Binary Search | Heap | Sorting | Leetcode - 1337
2023-09-17Family of 9000 😇🙏❤️ #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust #india
2023-09-17Thank You for the Trust ❤️🙏😇 #codestorywithMIK #coding #leetcode #subscribe #subscribers #trust
2023-09-16Shortest Path Visiting All Nodes | Clean | Simple | Intuitive | BFS | GOOGLE | Leetcode-847 |