Solve sudoku puzzles by representing the puzzle as a bipartite graph of truth-claims about cells' values and rule-statements that have exactly one true neighbor and removing edges as information is added
Right now, Parsers only use Scanner's default character encoding. Solver, Parsers, and all other involved classes should have a way for the user or calling context to specify the charset to use for the Scanner(s) reading a specified file.
Right now, Parsers only use Scanner's default character encoding. Solver, Parsers, and all other involved classes should have a way for the user or calling context to specify the charset to use for the Scanner(s) reading a specified file.