Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
board = [
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_board
Function · 0.70
solve
Function · 0.70
Tested by
no test coverage detected