alg2025/README.md
2025-08-26 15:11:31 +08:00

120 B

线性动态规划优化为O(nlogn)方法

如果是递增序列就lower_bound

如果是递减序列就手写二分