[CSES][Dynamic Programming] Increasing Subsequence

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

Finding the the longest increasing subsequence of an array in O(nlogn)

#dynamicprogramming
Рекомендации по теме
Комментарии
Автор

NOTE : The subsequence vector does not store the final LIS but instead this method processes values one by one to create an increasing sequence in sorted order. This makes the length of LIS and the stored sequence same.

GigaChad-snfr
Автор

Your video is very good. Can you make more videos about dynacmic programming projects (CSES 1140) ? Thank you very much!

GiảiTíchĐạiSố
Автор

could you please complete all the problems in cses ?

mohammadruhulamin
Автор

I think there is an ambiguity.
If the subsequence is1, 3, 4, 5, 2
then after each iteration
1
13
134
1345
1245
But 1245 isn't correct.

ShreshthSudhir
Автор

a feedback for you is that the intro is a bit too long

infamoustony
welcome to shbcf.ru