Typescript class to solve sudokus
git clone https://github.com/jameshallam93/sudokuSolver
npm i
npm start
Currently uses data in the sudoku_test_data.ts file, this can be replaced or updated in the index.ts file.
Accepts sudokus in the form number[][]