Longest Increasing Subsequence (LIS) | Dynamic Programming | CP Course | EP 92

preview_player
Показать описание

In this video I discuss longest increasing subsequence problem of dynamic programming and also solve related leetcode question

Practice Questions :

Timestamps:
Explanation : (0:00)
Code : (7:23)

Be a part of our awesome Community. Join

You can follow me on below platforms for all the latest updates

Blog(Not frequently updated)

Hashtags
#lis #dp #leetcode #questions #tutorial
Рекомендации по теме
Комментарии
Автор

Allahabad ka asar : "jaun" "jaun" se digits 😂😂. Great education as always.

AdityaSingh-qlke
Автор

your way of explaination is very cool😄👍

himanshupathak
Автор

Thanks bhai because of your technique now I am able to solve medium-level DP problem easily(I mean with less effort than I was making are god

fgffgf
Автор

This is also a good approach to understand LIS

CodingJoySoul
Автор

Thanku so much ... Easy to understand explanation

anutyagi
Автор

This series is better than all NETFLIX series 💛💛

animeshmaru
Автор

💛 as you said thanks for such a helpful content sir. luv you a lot😄

samirbhauraojigiripunje
Автор

Music name please which is at beginning and ending of the lecture...

Knowledgeatfingertips-dn
Автор

Wouldn't the time complexity be (n^3) ?? As we are also running a loop from 0 to n in the main function, and we are calling the LIS function in each iteration which is (n^2) .

yath
Автор

love you bro to teach me dp in spectacular way

strugglingprogrammer
Автор

bhaiya in the recursion call each time we are calling lis(j) but where are we incrementing it each time j is starting at 0 and we are calling it where is it increasing?

ajaysasank
Автор

sir one confusion...Where is the base condition for recursive lis function?

ravirana
Автор

Please discuss also iterative approach

SajanKumar-ecus
Автор

vaiya music ka reference di jiye please....apka video bohot accha raha vaiya.Thank you.

otismaeve
Автор

Loved ur video. Suggested by sheldon tauro

glenntauro
Автор

Please also consider to explain tabulation method as well . It will be helpful for all..💛 Thanks

ChandraShekhar-bycd
Автор

Sir aapki college ID chal rhi hai kya abtak?

abhijeetsingh
Автор

💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛THANKING U SO MUCH BHAIYA FOR DELIVERING SUCH AN AMAZING CONTENT💛💛💛💛💛💛💛💛💛💛💛💛💛💛💛

snehamandal
Автор

what does below statement do?
return a = b;

anshulagarwal
Автор

Bina base case ke kaise run ho rha code, please explain someone?

divitgoyal