Change function documentation
This commit is contained in:
parent
6d27d12156
commit
4160361b6c
1 changed files with 3 additions and 3 deletions
6
board.py
6
board.py
|
@ -341,9 +341,9 @@ class Board:
|
||||||
the number is in the square's values but not in the values of the rest
|
the number is in the square's values but not in the values of the rest
|
||||||
of the squares in the line then the square should take that number.
|
of the squares in the line then the square should take that number.
|
||||||
|
|
||||||
Go through each column. For each square, go through numbers 1 to 9. If
|
Do the same for each column.
|
||||||
the number is in the square's values but not in the values of the rest
|
|
||||||
of the squares in the column then the square should take that number.
|
Do the same for each grid.
|
||||||
|
|
||||||
This method should be run after compute_possible_values to update each
|
This method should be run after compute_possible_values to update each
|
||||||
square's values.
|
square's values.
|
||||||
|
|
Loading…
Reference in a new issue