summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-18 16:11:27 -0500
committerAnthony Wang2021-03-18 16:11:27 -0500
commit930f9f0db43c6c5c39f43343eb29f106a5e519e9 (patch)
tree85c1336ac055d65a48dce4ae00870267bd598135 /atcoder.md
parente8bba9a92ab7c3273ae17e438c5390bc6caee1eb (diff)
arc073_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 0e7594f..8850f37 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -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