Recently I learned FFT so I need problems of FFT of different competitive sites. Can you guys provide good problem in comment section:)
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 165 |
2 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
Recently I learned FFT so I need problems of FFT of different competitive sites. Can you guys provide good problem in comment section:)
Name |
---|
https://www.codechef.com/problems/SUMXOR2 (Relatively Easy)
https://www.codechef.com/problems/CHEFSSM (Requires math other than FFT too)
How to solve the second one? My reduction:
I reduced to calculating values of the polynom $$$(a_1 - x)(a_2 - x)...(a_n - x)$$$ in points $$$0, 2, 4, ...$$$
. I heard something about this(evaluation?) where can I read about this?
You can read more here — https://discuss.codechef.com/t/chefssm-editorial/80479
It contains relevant tutorial(s) link(s) as well !
https://codeforces.net/contest/632/problem/E
Problem C from SWERC 2014/15 https://codeforces.net/gym/100783.
Check this blog
https://codeforces.net/contest/1251/problem/F (FFT)
https://codeforces.net/contest/438/problem/E (FFT + generating function)
1398G - Running Competition
1218E - Product Tuples
101821F - Lazy Hash Table
https://open.kattis.com/problems/binaryvoting
I guess you know you can filter CF problemset by tag but if you didn't know https://codeforces.net/problemset?tags=fft
Here are some FFT problems in Codeforces. Hope it'll help :)
528D - Fuzzy Search(Maybe it's better to use NTT?)
623E - Transforming Sequence
993E - Nikita and Order Statistics