diff options
author | Anthony Wang | 2021-03-23 20:31:57 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-23 20:31:57 -0500 |
commit | 794cf3dfbcf3d43209e8f8c6bb8e04d6d9cdbfd0 (patch) | |
tree | afa385ce005e304fbdadbe7eadbc09857934d2f5 /atcoder.md | |
parent | 386bf6dbbb9d9a5c63c8ff7a3ddc8c9e9208ad58 (diff) |
arc115_d
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -227,3 +227,5 @@ - ~~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 + +- arc115_d: First solve the easy case where it is a tree with math, then you can use some more math to generalize for a connected graph, don't be limited into only thinking about DP and those kinds of algorithms |