Talk:Sudoku: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Long examples: Can be done in a sub page and just linked in.)
(→‎Java: new section)
Line 14: Line 14:
== Long examples ==
== Long examples ==
You might consider creating sub-pages for long examples and moving current long entries to athe sub page. See [[Sudoku#version_1|REXX version 1]] for an example of how to do this. (See [[Sudoku#version_3|REXX version 3]] for an example that maybe should be moved to that sub page as well). --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 14:40, 3 October 2014 (UTC)
You might consider creating sub-pages for long examples and moving current long entries to athe sub page. See [[Sudoku#version_1|REXX version 1]] for an example of how to do this. (See [[Sudoku#version_3|REXX version 3]] for an example that maybe should be moved to that sub page as well). --[[User:Paddy3118|Paddy3118]] ([[User talk: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)

Revision as of 17:14, 18 March 2021

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)