Longest Increasing Subsequence | Data Structures & Algorithms

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

at 7:40 shouldn't the result be 5?

ritwikjha
Автор

which software you use for the drawing.

cskhan
Автор

Hey there can you help me I want to reinstall my windows 10 and I have to download a new Iso file for it but in my area internet is not working what should I do now plz reply

arsh
Автор

These videos are great I love watching them

oliversalt
Автор

If i make a subsequence array and it has a tuple of 2 numbers showing the biggest number in the subsequence and the length

and then i go through that and if the number i am currently at is bigger than k subsequences in the subsequence array and i change every single one that's smaller than what i am at to the number then that would work the same right?

_-
Автор

can you make a video on O(nlogn) solution?

callmechocolateboy
Автор

Love the clear explanation!
The longest subsequence on the drawing board should be 5 tho

jckuan
Автор

isn't the magnitude of subsequence for 9 must be 3 (1, 8 and 9=3 numbers)

deniz-kevm
Автор

Now try to solve it in O(n * log n) (not O(n ^ 2))

mex