MCPcopy Create free account
hub / github.com/TheAlgorithms/C / solve

Function solve

misc/sudoku_solver.c:172–217  ·  view source on GitHub ↗

* @brief Function to solve a partially filled sudoku matrix. For each unknown * value (0), the function fills a possible value and calls the function again * to check forvalid solution. * * @param [in,out] a sudoku matrix to solve * @return `true` if solution found * @return `false` if no solution found */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testFunction · 0.85
mainFunction · 0.85

Calls 2

get_next_unknownFunction · 0.85
OKFunction · 0.85

Tested by

no test coverage detected