diff options
author | Anthony Wang | 2021-03-24 17:42:22 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-24 17:42:22 -0500 |
commit | 95b585c4fd7bfad8caa4f6c5475dd3b2944f177a (patch) | |
tree | 7735a105cd9da5845383dd7961bfd597f7c6f96c /atcoder.md | |
parent | 794cf3dfbcf3d43209e8f8c6bb8e04d6d9cdbfd0 (diff) |
Implemented arc115_e
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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~~ |