Skip to content

Commit 6161380

Browse files
committed
updating todo
1 parent f1f5465 commit 6161380

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TODO.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
* Dinic implementation is not exactly Dinic, but it seems fast enough. Ideally we want to rewrite it.
2+
* Write a faster FFT code.
3+
* Add fast Hadamard transform for solving the following problem:
4+
Given A[], B[], find C[] such that
5+
C[i] = sum_j A[j] B[i xor j]

0 commit comments

Comments
 (0)