Content deleted Content added
→Decoding: remove code tag |
|||
Line 65:
----
'''Input:''' received codeword <math>y\,</math>.
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
'''Output:''' fail, or modified codeword <math>y'\,</math>.
----
|