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 | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
5 | atcoder_official | 157 |
6 | Qingyu | 156 |
7 | adamant | 151 |
7 | djm03178 | 151 |
7 | luogu_official | 151 |
10 | awoo | 146 |
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 - Соревнования по бегу
1218E - Product Tuples
101821F - Хеширование для ленивых
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 - Нечёткий поиск(Maybe it's better to use NTT?)
623E - Преобразование последовательности
993E - Никита и порядковая статистика