You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
687 B
687 B
https://blog.csdn.net/CUCUC1/article/details/106226577
最长上升子序列LIS
算法 + 例题
这类题就是要求关于LIS
具体值,需要用双重循环
二分加贪心优化的LIS
例题
https://blog.csdn.net/CUCUC1/article/details/106125668