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

https://blog.csdn.net/CUCUC1/article/details/106226577

最长上升子序列LIS算法 + 例题

最长上升子序列 (LIS) 详解+例题模板 (全)

这类题就是要求关于LIS具体值,需要用双重循环

HDU1087 Almost Sorted Array

二分加贪心优化的LIS例题

hdu 1950 Bridging signals

https://blog.csdn.net/CUCUC1/article/details/106125668

单纯的求最大公共子序列的长度

HDU 1159 Common Subsequence