summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-24 17:42:22 -0500
committerAnthony Wang2021-03-24 17:42:22 -0500
commit95b585c4fd7bfad8caa4f6c5475dd3b2944f177a (patch)
tree7735a105cd9da5845383dd7961bfd597f7c6f96c /atcoder.md
parent794cf3dfbcf3d43209e8f8c6bb8e04d6d9cdbfd0 (diff)
Implemented arc115_e
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 d8bfada..fcd693f 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -229,3 +229,5 @@
- 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
+
+- ~~arc115_e: DP and data structures, can be solved with cartesian trees but solving with segment trees is a lot harder~~