Expander code: Difference between revisions

Content deleted Content added
Decoding: remove code tag
Line 65:
----
'''Input:''' received codeword <math>y\,</math>.
<code>
initialize y' to y
while there is a v in R adjacent to an odd number of vertices in V(y')
Line 71 ⟶ 70:
flip entry i in y'
else
fail</code>
'''Output:''' fail, or modified codeword <math>y'\,</math>.
----