MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / sudoku_solver.py

File sudoku_solver.py

data_structures/arrays/sudoku_solver.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Please do not modify this file! It is published at https://norvig.com/sudoku.html with
3only minimal changes to work with modern versions of Python. If you have improvements,
4please make them in a separate file.

Callers

nothing calls this directly

Calls 7

crossFunction · 0.85
testFunction · 0.85
solve_allFunction · 0.85
random_puzzleFunction · 0.85
displayFunction · 0.85
parse_gridFunction · 0.85
solveFunction · 0.70

Tested by

no test coverage detected