Shortest Sudoku Solver Is Still Ruby
Submitted by admin on Sat, 09/02/2006 - 00:00The shortest Sudoku solver is currently the following Ruby program, at 130 bytes long. It fits on 2 lines with no line longer than 80 characters. This program is about 25% shorter than the Python version! There is also an explanation of how this program works here: