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 f1f5465 commit 6161380Copy full SHA for 6161380
TODO.txt
@@ -1 +1,5 @@
1
* 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