Longest Increasing Subsequence | BOTTOM UP | FULL INTUITION | DP Concepts & Qns - 12 | Leetcode-300

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



Duration: 31:22
660 views
49


Hi Everyone, this is the 12th video of our new Playlist "DP Concepts & Qns".
Today we will solve our 1-D DP problem Longest Increasing Subsequence (Leetcode-300) using Bottom Up.
We have already solved this using Recursion+Memo in Video-11. 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 Increasing Subsequence
Company Tags : Microsoft
My solutions on Github : https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/DP/LIS%20%26%20Variants/Longest%20Increasing%20Subsequence.cpp
Leetcode Link : https://leetcode.com/problems/longest-increasing-subsequence/

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

Introduction + Bhashan - 00:00
Bottom Up State Definition - 2:14
Logic Building - 4:36
Intuition + Full Dry Run - 7:06
Story to code - 25:04
Time Complexity - 28:05
Live Coding - 28:45

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


#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-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
2023-08-15Happy independence Day 🇮🇳❤️ #india #independenceday #meradeshmahan #freedom #bharat
2023-08-14Partition List | Made Super Easy | MICROSOFT | Leetcode-86 | Dry Run | Live Code
2023-08-14Kth Largest Element in an Array | Quick Select | Time Complexity | MICROSOFT | Leetcode-215
2023-08-14Kth Largest Element in an Array | Heap | Sorting | 2 Approaches | Time Complexity | Leetcode-215
2023-08-12Check if There is a Valid Partition For The Array | Recursion | Memoization | GOOGLE | Leetcode-2369
2023-08-12Longest Increasing Subsequence | BOTTOM UP | FULL INTUITION | DP Concepts & Qns - 12 | Leetcode-300
2023-08-11Unique Paths II | Made Super Easy | Recursion | Memoization | 2D Array | AMAZON | Leetcode-63
2023-08-10Coin Change II | Made Super Easy | Recursion | Memoization | AMAZON | Leetcode-518
2023-08-10Keep working hard. Your day will come ❤️❤️ #coding #leetcode #hardwork #motivation #reels #algorithm
2023-08-09Search in Rotated Sorted Array II | Made Super Easy | Binary Search | ADOBE | AMAZON | Leetcode-81
2023-08-09Minimize the Maximum Difference of Pairs | Binary Search Pattern | INTUITION | META | Leetcode-2616
2023-08-08Longest Increasing Subsequence | Recursion & Memo |Tree Diagram |DP Concepts & Qns-11 | Leetcode-300
2023-08-07Search in Rotated Sorted Array | Made Super Easy | Binary Search | GOOGLE | AMAZON | Leetcode-33
2023-08-07Thank you from the bottom of my heart ❤️👨🏻‍💻 #coding #leetcode #motivation #interviewpreparation
2023-08-06Search a 2D Matrix | Made Super Easy | Binary Search | AMAZON | Leetcode-74
2023-08-06Number of Music Playlists | Made Super Easy | Recursion | Memoization | META | Leetcode-920