diff options
author | Anthony Wang | 2021-03-15 20:45:27 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-15 20:45:27 -0500 |
commit | 0f55168c32d916a93148277eaa0c3c458ca66592 (patch) | |
tree | 57b5e887a001dc8a913dbd94f1d07b7840d1c9c0 /atcoder.md | |
parent | ae40977fcabc68fbd183282de994a918cc771fea (diff) |
Implemented arc114_c
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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~~ |