Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 485 Bytes

File metadata and controls

17 lines (14 loc) · 485 Bytes

sudokuresolver

For install

npm i sudokuresolver

npm

description

a sudoku resolver like I resolve sudoku

a small exemple

const sudoku = require('sudokuresolver')
console.log(sudoku([[1,2,3,"a",...],...],"a"))

first arg the sudoku in dooble array second arg the char for the nothing char if you have problem go on this serveur and say "@codeway probleme sudoku npm" and give the code