MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / main.py

File main.py

Sudoku_solver/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from random import sample
2
3
4def generate_board(num):

Callers

nothing calls this directly

Calls 3

generate_boardFunction · 0.85
print_boardFunction · 0.85
solveFunction · 0.85

Tested by

no test coverage detected