diff options
author | Anthony Wang | 2021-01-10 15:18:44 -0600 |
---|---|---|
committer | Anthony Wang | 2021-01-10 15:18:44 -0600 |
commit | cf21a40a6002e4df5ef67b5912577530b5b6a28f (patch) | |
tree | c509668429fcf084a1d14f7081a03b6ae6ab6fdb /atcoder.md | |
parent | 0a4812daca6cc27c1c76881ccfa81a93d6e4e41a (diff) |
arc108_f
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -199,3 +199,5 @@ - ~~arc110_f: Difficult constructive algorithm, do some test cases to find a construction that works~~ - arc105_e: Consider what the graph looks like at the end of the game, then look at parity to see who wins + +- arc108_f: First consider the diameter which is pretty obvious, then look at the case where it is colored two different colors; then you only have to consider distances to the two endpoints |