POV-Ray : Newsgroups : povray.off-topic : Sudoku Server Time
6 Sep 2024 13:21:06 EDT (-0400)
  Sudoku (Message 11 to 20 of 51)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Jim Henderson
Subject: Re: Sudoku
Date: 23 Jan 2009 13:53:15
Message: <497a121b@news.povray.org>
On Fri, 23 Jan 2009 15:11:33 +0000, Invisible wrote:

> Sudoku. Nobody knows exactly how to pronounce it,

The Japanese do.  "Soo Dough Koo" is the way I have heard it pronounced.  
Spoken fairly quickly.

Jim


Post a reply to this message

From: Mike Raiford
Subject: Re: Sudoku
Date: 23 Jan 2009 13:59:02
Message: <497a1376@news.povray.org>
Jim Henderson wrote:
> On Fri, 23 Jan 2009 15:11:33 +0000, Invisible wrote:
> 
>> Sudoku. Nobody knows exactly how to pronounce it,
> 
> The Japanese do.  "Soo Dough Koo" is the way I have heard it pronounced.  
> Spoken fairly quickly.
> 
> Jim

soo dough koo, or sud oh koo I've heard both.

-- 
~Mike


Post a reply to this message

From: Warp
Subject: Re: Sudoku
Date: 23 Jan 2009 14:28:43
Message: <497a1a6a@news.povray.org>
Jim Henderson <nos### [at] nospamcom> wrote:
> The Japanese do.  "Soo Dough Koo" is the way I have heard it pronounced.  
> Spoken fairly quickly.

  No offence, but using English as a guide for pronounciation is a joke. ;)

-- 
                                                          - Warp


Post a reply to this message

From: Darren New
Subject: Re: Sudoku
Date: 23 Jan 2009 14:29:27
Message: <497a1a97$1@news.povray.org>
Warp wrote:
>   If trial-and-error was acceptable in a sudoku, then you could just as
> well give an empty sudoku grid for someone to solve.

I saw a solver someone had written using backtracking in Python (IIRC). It 
solved the empty sudoku problem in under a second. :-)

(Obviously, it wasn't a unique solution.)

>   The principle in sudoku puzzles is that they can be solved without having
> to guess anything. The chain of required deductions may go very deep in
> the hardest sudokus, but it's always possible to solve it without having
> to guess.

I think you might need some backtracking in the hardest of problems.

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

From: Warp
Subject: Re: Sudoku
Date: 23 Jan 2009 14:34:45
Message: <497a1bd5@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> >   The principle in sudoku puzzles is that they can be solved without having
> > to guess anything. The chain of required deductions may go very deep in
> > the hardest sudokus, but it's always possible to solve it without having
> > to guess.

> I think you might need some backtracking in the hardest of problems.

  Thinking about it, in fact I think the only requirement for a sudoku
puzzle to be rational is that it must have only one possible solution.
As far as I understand, all sudoku puzzles are like that.

  The difficulty of the puzzle is determined by how deep your deductions
must be if you want to solve it with certainty (ie. without trial and error).

-- 
                                                          - Warp


Post a reply to this message

From: Mike Raiford
Subject: Re: Sudoku
Date: 23 Jan 2009 14:43:46
Message: <497a1df2@news.povray.org>
Warp wrote:

> 
>   No offence, but using English as a guide for pronounciation is a joke. ;)
> 

It works for those who speak English. I realize the whole world does not 
speak English, but from English speaker to English Speaker it works.

I don't want to get into the IPA debate again, though. I can't 
understand IPA. I've read the Wikipedia entry on it, and I still can't 
understand it. It's completely non-intuitive to me.



-- 
~Mike


Post a reply to this message

From: Darren New
Subject: Re: Sudoku
Date: 23 Jan 2009 14:50:44
Message: <497a1f94$1@news.povray.org>
Warp wrote:
>   Thinking about it, in fact I think the only requirement for a sudoku
> puzzle to be rational is that it must have only one possible solution.
> As far as I understand, all sudoku puzzles are like that.

I think that while it may be a rule that's the case, it isn't the case that 
such is mathematically guaranteed. In other words, I expect that it's not 
hard to make a sudoku puzzle with multiple solutions, but people don't make 
them like that because that takes the fun out of it?

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

From: Jim Henderson
Subject: Re: Sudoku
Date: 23 Jan 2009 19:11:39
Message: <497a5cbb@news.povray.org>
On Fri, 23 Jan 2009 11:50:41 -0800, Darren New wrote:

> Warp wrote:
>>   Thinking about it, in fact I think the only requirement for a sudoku
>> puzzle to be rational is that it must have only one possible solution.
>> As far as I understand, all sudoku puzzles are like that.
> 
> I think that while it may be a rule that's the case, it isn't the case
> that such is mathematically guaranteed. In other words, I expect that
> it's not hard to make a sudoku puzzle with multiple solutions, but
> people don't make them like that because that takes the fun out of it?

I've done several where there were clearly multiple solutions - 
particularly at easier degrees of difficulty.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Sudoku
Date: 23 Jan 2009 19:12:16
Message: <497a5ce0$1@news.povray.org>
On Fri, 23 Jan 2009 12:56:55 -0600, Mike Raiford wrote:

> Jim Henderson wrote:
>> On Fri, 23 Jan 2009 15:11:33 +0000, Invisible wrote:
>> 
>>> Sudoku. Nobody knows exactly how to pronounce it,
>> 
>> The Japanese do.  "Soo Dough Koo" is the way I have heard it
>> pronounced. Spoken fairly quickly.
>> 
>> Jim
> 
> soo dough koo, or sud oh koo I've heard both.

I've heard the second, but the first is more in line with Japanese 
pronunciation standards - and the word does come from Japanese.

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: Sudoku
Date: 23 Jan 2009 19:12:58
Message: <497a5d0a$1@news.povray.org>
On Fri, 23 Jan 2009 14:28:43 -0500, Warp wrote:

> Jim Henderson <nos### [at] nospamcom> wrote:
>> The Japanese do.  "Soo Dough Koo" is the way I have heard it
>> pronounced. Spoken fairly quickly.
> 
>   No offence, but using English as a guide for pronounciation is a joke.
>   ;)

No offense taken, but now you get to show us a pronunciation guide. ;-)

Jim


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.