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 | jiangly | 4039 |
2 | tourist | 3841 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3590 |
5 | ecnerwala | 3542 |
6 | Benq | 3535 |
7 | orzdevinwang | 3526 |
8 | gamegame | 3477 |
9 | heuristica | 3357 |
10 | Radewoosh | 3355 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | -is-this-fft- | 165 |
3 | atcoder_official | 160 |
3 | Um_nik | 160 |
5 | djm03178 | 158 |
6 | Dominater069 | 156 |
7 | adamant | 153 |
8 | luogu_official | 152 |
9 | awoo | 151 |
10 | TheScrasse | 147 |
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