MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / main.py

File main.py

projects/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.70
print_boardFunction · 0.70
solveFunction · 0.70

Tested by

no test coverage detected