Berlekamp–Massey algorithm: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m External links: Task 15: language icon template(s) replaced (1×);
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 100:
T(D) T(x) polynomial
-->
<sourcesyntaxhighlight lang=C>
polynomial(field K) s(x) = ... /* coeffs are s_j; output sequence as N-1 degree polynomial) */
/* connection polynomial */
Line 135:
}
return L;
</syntaxhighlight>
</source>
 
==The algorithm for the binary field==