Go to file
2025-08-26 15:11:31 +08:00
.vscode update 2025-02-09 13:50:01 +08:00
include/bits update 2025-02-07 14:36:24 +08:00
src update 2025-08-26 15:11:31 +08:00
.clang-format update 2025-08-08 17:40:22 +08:00
.gitignore update 2025-08-09 12:27:50 +08:00
CMakeLists.txt update 2025-08-22 20:50:15 +08:00
README.md update 2025-08-26 15:11:31 +08:00

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

如果是递增序列就lower_bound

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