Y
Hacker News
new
|
ask
|
show
|
jobs
by
vincenthwt
500 days ago
Since Sudoku is a logic-based game, why not use Prolog to create a solver? Example of Prolog code can be found here,
https://www.metalevel.at/sudoku/
.