Skip to content

Commit 3316e63

Browse files
committed
Update xor convolution
1 parent 65e66e7 commit 3316e63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cp-algo/math/xor_convolution.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#include "../number_theory/modint.hpp"
44
#include "../util/bit.hpp"
55
#include "../util/checkpoint.hpp"
6-
#include <cassert>
7-
#include <algorithm>
8-
#include <vector>
96

107
namespace cp_algo::math {
118
// Recursive FWHT (XOR) transform for size N (power of two)

0 commit comments

Comments
 (0)