We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e66e7 commit 3316e63Copy full SHA for 3316e63
cp-algo/math/xor_convolution.hpp
@@ -3,9 +3,6 @@
3
#include "../number_theory/modint.hpp"
4
#include "../util/bit.hpp"
5
#include "../util/checkpoint.hpp"
6
-#include <cassert>
7
-#include <algorithm>
8
-#include <vector>
9
10
namespace cp_algo::math {
11
// Recursive FWHT (XOR) transform for size N (power of two)
0 commit comments