summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-19 16:34:12 -0500
committerAnthony Wang2021-03-19 16:34:12 -0500
commitc26aecb2c882734594a67f0bc3855891ac806fed (patch)
tree6a595ee208730b4b617d8377e9cb3d4a5152e154 /atcoder.md
parentdc92be9b13d9fcb6cd1c122fff22bcbd2643da2c (diff)
arc106_f
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 c38b241..466cf11 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -225,3 +225,5 @@
- 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~~
+
+- arc106_f: Find a formula, you can designate one hole in each part as special, then connect non-special holes with special holes