A simple app to check sudoku puzzle is a valid or not.
This application is tested on Node.js v10.x
$ git clone https://github.com/shubhamnagota/SudokuPuzzleChecker.git
$ cd SudokuPuzzleChecker
$ node app
- Open the input.json file, append the sudoku puzzle in the data array.