Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 289 Bytes

sudokuSolver

Typescript class to solve sudokus

Usage:

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[][]