Sudoku review #1
@ -9,7 +9,6 @@ const SUDOKU_GRID_SIZE = 9 * 9
|
||||
const SUDOKU_VALUES = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9])
|
||||
|
||||
/**
|
||||
*
|
||||
* @param min {number}
|
||||
* @param max {number}
|
||||
* @returns {number}
|
||||
|
Loading…
Reference in New Issue
Block a user