How to Solve Sudoku using Hadoop ?
Hadoop has provides an example jar file for test purposes. In this jar file there is an example to solve sudoku problems. 1. Input File To use this example we need to make an input file for the sudoku problem. In this file each sudoku cell can be either a number or ‘?’ with spaces …