Talk:Sudoku

From Rosetta Code
(Redirected from Talk:Sudoku Solver)

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? User:bengt Mon Dec 9 12:20:24 CET 2013

Long examples

You might consider creating sub-pages for long examples and moving current long entries to athe sub page. See REXX version 1 for an example of how to do this. (See REXX version 3 for an example that maybe should be moved to that sub page as well). --Paddy3118 (talk) 14:40, 3 October 2014 (UTC)

Java

Can you please add what is necessary to run/test this program? --Walter Pachl 17:14, 18 March 2021 (UTC)

Still hoping for help :-( --Walter Pachl 13:21, 20 March 2021 (UTC)
Haven't programmed in Java for years but, as nobody else has responded, I've done something which will hopefully work for you. --PureFox (talk) 14:35, 20 March 2021 (UTC)
Thanks a million. Works like a charm. --Walter Pachl 16:55, 20 March 2021 (UTC)