mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-09-04 01:01:43 +00:00
update
This commit is contained in:
parent
ac99a0f6fb
commit
4f984539f1
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
## 线性动态规划优化为O(nlogn)方法
|
||||
>如果是递增序列就lower_bound
|
||||
|
||||
>如果是递减序列就手写二分
|
@ -41,6 +41,7 @@ int main(){
|
||||
} else {
|
||||
*it = x;
|
||||
}
|
||||
pa(f);
|
||||
}
|
||||
std::cout << f.size() << std::endl;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user