Sudoku: Difference between revisions

Content deleted Content added
Chkas (talk | contribs)
EasyLang
Chkas (talk | contribs)
Line 3,100:
box[b + d] = 1
call solve pos + 1
grid[pos] = 0
row[r + d] = 0
col[c + d] = 0
Line 3,106 ⟶ 3,105:
.
.
grid[pos] = 0
.
call solve 0