Talk:Sudoku: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(partially filled-in)
Line 8: Line 8:


There's a bunch of sections on this page that are just links to external code. That kinda defeats the purpose of this site. The code should be on here so people can improve and comment on it. --[[Special:Contributions/164.67.235.138|164.67.235.138]] 04:49, 12 October 2009 (UTC)
There's a bunch of sections on this page that are just links to external code. That kinda defeats the purpose of this site. The code should be on here so people can improve and comment on it. --[[Special:Contributions/164.67.235.138|164.67.235.138]] 04:49, 12 October 2009 (UTC)

== How partially filled-in? ==
The task description says "partially filled-in". Does that make it ok to restrict the program to 9x9 Sudoku grids that can be solved without guessing?

Revision as of 11:19, 9 December 2013

MATLAB Solution

I added the MATLAB solution, but when I did it my computer wasn't logged in. Sometimes my network connection drops, I have no idea why. Any who, the current revision says it was created by 169.236.149.86, is there a way to change that to Cferri?

CL solver

There's a nice CL sudoku solver using constraint propagation written by the CL-DWIM crew.

C'mon

There's a bunch of sections on this page that are just links to external code. That kinda defeats the purpose of this site. The code should be on here so people can improve and comment on it. --164.67.235.138 04:49, 12 October 2009 (UTC)

How partially filled-in?

The task description says "partially filled-in". Does that make it ok to restrict the program to 9x9 Sudoku grids that can be solved without guessing?