Maximum Length of Pair Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 13 | Leetcode-646

Subscribers:
95,400
Published on ● Video Link: https://www.youtube.com/watch?v=DlgGx8GRo9M



Duration: 22:44
2,040 views
132


iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Leetcode-646-Maximum%20Length%20of%20Pair%20Chain.pdf
Hi Everyone, this is the 13th video of our new Playlist "DP Concepts & Qns".
Today we will solve our 1-D DP problem which is a variant of the Longest Increasing Subsequence "Maximum Length of Pair Chain" (Leetcode-646).
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 : Maximum Length of Pair Chain
Company Tags : Amazon, PayU, Cisco, Zoho
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/LIS%20%26%20Variants/Maximum%20Length%20of%20Pair%20Chain.cpp
Leetcode Link : https://leetcode.com/problems/maximum-length-of-pair-chain/

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-08-30Disjoint Set Union By SIZE and Path Compression | DSU | Graph Concepts & Qns -39 | Explanation+Code
2023-08-30Minimum Replacements to Sort the Array | Cleanest Code | Full Dry Run | GOOGLE | Leetcode - 2366
2023-08-30Happy Raksha Bandhan ♥️ #rakshabandhan #sister #sisters #sis #festival #india #bond #love #friends
2023-08-29I’ll tell you a STORY, you’ll never forget #codestorywithMIK
2023-08-29Thank you from the bottom of my ♥️ #codestorywithMIK #coding #leetcode #trust #friendship #friends
2023-08-29Minimum Penalty for a Shop | MULTIPLE APPROACHES | Dry Run | META | Leetcode - 2483
2023-08-27Implement Stack using Queues | Full Thought Process | BLOOMBERG | Leetcode-225 | Live Code
2023-08-27Guidance | Q& A | Part-1 | Getting Started with DSA ? | Road Map
2023-08-27Frog Jump | Khandaani Tareeka | Memoization | GOOGLE | AMAZON | META | Leetcode-403
2023-08-26How big would you dream ? 🔥🔥🔥 #hardwork #motovational #motivation #coding #leetcode #motivational
2023-08-25Maximum Length of Pair Chain | Same as LIS | FULL INTUITION | DP Concepts & Qns - 13 | Leetcode-646
2023-08-24Interleaving String | Khandaani Tareeka | Memoization | GOOGLE | Leetcode-97
2023-08-24Text Justification | Broken into Pieces | GOOGLE | Leetcode-68 | Explanation + Live Coding
2023-08-22Reorganize String | 2 Approaches | Time Complexity | Full Dry Run | TESLA | AMAZON | Leetcode-767
2023-08-21Excel Sheet Column Title | Made it simple | Dry Run | Leetcode-168 | Meta | Microsoft | Explanation
2023-08-20Repeated Substring Pattern | Full Intuition | Time Complexity | GOOGLE | AMAZON | Leetcode-459
2023-08-20Sort Items by Groups Respecting Dependencies | Broken into Simple Steps | Intuition | Leetcode-1203
2023-08-19Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Broken in Steps | Leetcode-1489
2023-08-17Maximal Network Rank | Simple and Straight | 2 Ways | MICROSOFT | Leetcode-239 | Dry Run | Live Code
2023-08-1601 Matrix | Detailed Dry Run | Why BFS from 0s | GOOGLE | Leetcode - 542
2023-08-16Sliding Window Maximum | Monotonic Deque | INTUITIVE | GOOGLE | Leetcode-239 | Dry Run