diff options
author | Anthony Wang | 2021-03-18 16:11:27 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-18 16:11:27 -0500 |
commit | 930f9f0db43c6c5c39f43343eb29f106a5e519e9 (patch) | |
tree | 85c1336ac055d65a48dce4ae00870267bd598135 /atcoder.md | |
parent | e8bba9a92ab7c3273ae17e438c5390bc6caee1eb (diff) |
arc073_d
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -221,3 +221,5 @@ - ~~arc086_c: Looks like DP and use probabilities to simplify transitions, optimize the 2D DP by greedily merging vectors small-to-large to reuse values~~ - ~~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 |