diff options
author | Anthony Wang | 2021-03-25 17:02:32 -0500 |
---|---|---|
committer | Anthony Wang | 2021-03-25 17:02:32 -0500 |
commit | f158b58d4b3d48d03b37d221c0551f579b36ff75 (patch) | |
tree | 8f7c24221884a2709dc467ecd6aebe4679d8b756 /atcoder.md | |
parent | d8eebad7b9ae962dc9b0a3b2f01eacaf7ab816f4 (diff) |
abc196_f
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -231,3 +231,5 @@ - 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~~ + +- abc196_f: Write out the mathematical equation and manipulate it so it's an FFT convolution |