MCPcopy Create free account
hub / github.com/geekcomputers/Python / sudoku.py

File sudoku.py

sudoku.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1board = [
2 [7, 8, 0, 4, 0, 0, 1, 2, 0],
3 [6, 0, 0, 0, 7, 5, 0, 0, 9],
4 [0, 0, 0, 6, 0, 1, 0, 7, 8],

Callers

nothing calls this directly

Calls 2

print_boardFunction · 0.70
solveFunction · 0.70

Tested by

no test coverage detected