Sudoku Solvers
Discussions center on implementing Sudoku solvers in code, famous examples like Peter Norvig's, using Sudoku as a benchmark for AI/LLM puzzle-solving abilities, and related programming challenges.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Why bother solving a solved problem? Sudoku-lust?
Solving sudoku and other kinds of logical "puzzles".
How about a Sudoku solver? Send me a request via e-mail.
Sudoku: crack for intellectuals.
Some related articles :https://medium.com/@braddwyer/behind-the-magic-how-we-built-...https://blog.scottlogic.com/2020/01/03/webassembly-sudoku-so...
Ask it to solve sudoku and report back. Not generate code but actually solve a puzzle in the prompt.
If anyone is interested in these kind of coding challenges, there are a few Sudoku solver puzzles on Codewars: https://www.codewars.com/kata/search/?q=sudoku
Lol, not really: http://ravimohan.blogspot.com/2007/04/learning-from-sudoku-s...
Thank you! I'm starting to work on a sudoku solver. Let's see how far I can get.
You misunderstood what I meant. Prompt the LLM with the sudoku puzzle and ask it to solve it and not write python. Human can do it, LLM can not.