Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 145 Bytes

README.MD

File metadata and controls

6 lines (5 loc) · 145 Bytes

Sudoku Solver

Sudoku solver with brute force algorithm.

  • to run 4 sudokus command npm start.
  • to run tests command npm test.