summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-15 20:45:27 -0500
committerAnthony Wang2021-03-15 20:45:27 -0500
commit0f55168c32d916a93148277eaa0c3c458ca66592 (patch)
tree57b5e887a001dc8a913dbd94f1d07b7840d1c9c0 /atcoder.md
parentae40977fcabc68fbd183282de994a918cc771fea (diff)
Implemented arc114_c
Diffstat (limited to 'atcoder.md')
-rw-r--r--atcoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/atcoder.md b/atcoder.md
index 5c7cf1f..c59adf9 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -216,4 +216,4 @@
- ~~agc052_b: It's a tree so consider paths and/or subtrees, also try rooting the tree, then add an imanginary node to clean things up, and as always do a lot of test cases~~
-- arc114_c: Obviously DP, but a 2D DP makes things complicated because you have to keep track of a large state, so split it up for each number from 1 to M so you only have to track if the number appeared or not
+- ~~arc114_c: Obviously DP, but a 2D DP makes things complicated because you have to keep track of a large state, so split it up for each number from 1 to M so you only have to track if the number appeared or not~~