summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-23 20:31:57 -0500
committerAnthony Wang2021-03-23 20:31:57 -0500
commit794cf3dfbcf3d43209e8f8c6bb8e04d6d9cdbfd0 (patch)
treeafa385ce005e304fbdadbe7eadbc09857934d2f5 /atcoder.md
parent386bf6dbbb9d9a5c63c8ff7a3ddc8c9e9208ad58 (diff)
arc115_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 466cf11..d8bfada 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -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