📄Description:
A sudoku solver. Periods are blank spaces and numbers are the sudoku starting numbers. An error will show up if a sudoku cannot be solved, if there is a invalid character/value or the length of the puzze is incorrect.
🔧Technologies used:
- Node.js
- API's
- Mocha, Chai
🔗Link:
📝 Comments:
This project was specially difficult. A recursive function and the use of matrix were needed.