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 2602dc1 commit f1d42a2Copy full SHA for f1d42a2
content/numerical/BerlekampMassey.h
@@ -9,6 +9,7 @@
9
* Should work on any field, but numerical stability for floats is not guaranteed.
10
* Output will have size $\le n$.
11
* Usage: BerlekampMassey({0, 1, 1, 3, 5, 11}) // {1, 2}
12
+ * Time: O(N^2)
13
* Status: bruteforce-tested mod 5 for n <= 5 and all s
14
*/
15
#pragma once
0 commit comments