diff options
author | Anthony Wang | 2021-03-19 16:34:12 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-19 16:34:12 -0500 |
commit | c26aecb2c882734594a67f0bc3855891ac806fed (patch) | |
tree | 6a595ee208730b4b617d8377e9cb3d4a5152e154 /atcoder.md | |
parent | dc92be9b13d9fcb6cd1c122fff22bcbd2643da2c (diff) |
arc106_f
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |