Arthur Whitney's one liner sudoku solver (2011)
dfns.dyalog.com
Arthur Whitney's one liner sudoku solver (2011)
1–10 of 210 posts
Re: Arthur Whitney's one liner sudoku solver (2011)
#2Re: Arthur Whitney's one liner sudoku solver (2011)
#3Sudoku was always a meditative thing for me. It’s impossible not to win so long as you pay attention. Optimizing solutions seems contrary to the point to me.
Re: Arthur Whitney's one liner sudoku solver (2011)
#4Sudoku was always a meditative thing for me. It’s impossible not to win so long as you pay attention. Optimizing solutions seems contrary to the point to me.
Puzzles in commercial collections don't usually have that problem, but those from other sources sometimes do.
Solvers also make for a nice craft exercise, as here. Simple but not trivial, you can approach them in a lot of different ways and thereby work through different techniques or constraints you mean to explore.
Re: Arthur Whitney's one liner sudoku solver (2011)
#5https://www.youtube.com/watch?v=DmT80OseAGs
You can try the solution at https://tryapl.org/
Re: Arthur Whitney's one liner sudoku solver (2011)
#6Sudoku was always a meditative thing for me. It’s impossible not to win so long as you pay attention. Optimizing solutions seems contrary to the point to me.
I enjoy running simulation after simulation after simulation, studying possible outcomes and optimising everything. Everyone is different :)
Re: Arthur Whitney's one liner sudoku solver (2011)
#7 x(,/{@[x;y;]'(!10)^x*|/p[;y]=p,:,3/:-3!p:!9 9}')/&~*xRe: Arthur Whitney's one liner sudoku solver (2011)
#8Re: Arthur Whitney's one liner sudoku solver (2011)
#9Sudoku was always a meditative thing for me. It’s impossible not to win so long as you pay attention. Optimizing solutions seems contrary to the point to me.