You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
procedimiento contar (C[1..m])
{ Este procedimiento supone que m ≥ 1 y que C[j] existe en {0, 1} para todo 1 ≤ j ≤ m }
j ← m + 1
repetir
j ← j - 1
C[j] ← 1 - C[j]
hasta_que C[j] = 1 o j = 1