summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-01-04 15:47:54 -0600
committerAnthony Wang2021-01-04 15:47:54 -0600
commit0636193270295a1cb3acdefed4d5b6b277507302 (patch)
treeb094e4860b3cb2d88fd60677bae142895bf2e484 /atcoder.md
parent2c7d40b79b613cc5b4571f085f2945ce0890144b (diff)
agc050_d
Diffstat (limited to 'atcoder.md')
-rw-r--r--atcoder.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/atcoder.md b/atcoder.md
index 2c89faf..9854f1f 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -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