* @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 not stored for this graph (policy: none)
no test coverage detected