diff options
author | Anthony Wang | 2021-03-18 17:57:50 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-18 17:57:50 -0500 |
commit | 0ef56869d11a712c2c62e2ffdcb68b78e2aae620 (patch) | |
tree | c5ec080891cadf02c6cf443c8529c388bf0bfe2a /atcoder.md | |
parent | 930f9f0db43c6c5c39f43343eb29f106a5e519e9 (diff) |
arc112_e
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -223,3 +223,5 @@ - ~~agc037_e: Do some small test cases to find the greedy approach, lots of corner cases so make lots of test cases for that too~~ - arc073_d: First write out 2D DP which is pretty obvious, then consider the transition very carefully and optimize it with a segment tree + +- arc112_e: Again write out a DP, this time a 3D DP, then figure out how to remove one of the parameters to get a 2D DP |