diff options
author | Anthony Wang | 2021-03-15 13:45:45 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-15 13:45:45 -0500 |
commit | d7a26b07884bea0b7c7ec601f98b964f2d64147b (patch) | |
tree | 85450ab4be94c3b1d491188f351fce6ea76cc7f5 /atcoder.md | |
parent | 21906e8acf82cf0942ebe7b25a398d63ce6fbe4a (diff) |
Implemented agc052_b
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,4 +214,4 @@ - arc112_d: Build a new graph and the answer is just to connect all the rows or all the columns -- agc052_b: It's a tree so consider paths and/or subtrees, also try rooting the tree, then add an imanginary node to clean things up, and as always do a lot of test cases +- ~~agc052_b: It's a tree so consider paths and/or subtrees, also try rooting the tree, then add an imanginary node to clean things up, and as always do a lot of test cases~~ |