165 B
165 B
Sudoku Solver
This program can find solutions to Sudoku.
It uses an heuristic search algorithm to optimize a random initial solution.
Also the code is very bad.