MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / Sudoku.test.js

File Sudoku.test.js

Backtracking/tests/Sudoku.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Sudoku } from '../Sudoku'
2
3const data = [
4 [3, 0, 6, 5, 0, 8, 4, 0, 0],

Callers

nothing calls this directly

Calls 3

findEmptyCellMethod · 0.80
getSectionMethod · 0.80
solveMethod · 0.45

Tested by

no test coverage detected