diff options
author | Anthony Wang | 2021-01-04 15:47:54 -0600 |
---|---|---|
committer | Anthony Wang | 2021-01-04 15:47:54 -0600 |
commit | 0636193270295a1cb3acdefed4d5b6b277507302 (patch) | |
tree | b094e4860b3cb2d88fd60677bae142895bf2e484 /atcoder.md | |
parent | 2c7d40b79b613cc5b4571f085f2945ce0890144b (diff) |
agc050_d
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -191,3 +191,5 @@ - agc050_c: Formulate the optimal strategy so it is easy to DP with it - ~~agc049_d: First use structure of convex sequence and fix index of minimum, then a bit like knapsack DP where transitions correspond to adding 1, 2, 3 ... to a suffix or prefix of the sequence, so it's adding 1, 3, 6, ... to the sum, reuse DP between different indexes of the minimum~~ + +- agc050_d: Try DP, can choose a large state because N is small |