summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2021-03-25 17:02:32 -0500
committerAnthony Wang2021-03-25 17:02:32 -0500
commitf158b58d4b3d48d03b37d221c0551f579b36ff75 (patch)
tree8f7c24221884a2709dc467ecd6aebe4679d8b756 /atcoder.md
parentd8eebad7b9ae962dc9b0a3b2f01eacaf7ab816f4 (diff)
abc196_f
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 fcd693f..294d5ba 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -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