Create new instance of Python class in C

phil hunt zen19725 at zen.co.uk
Fri Sep 9 18:47:53 EDT 2005


On Fri, 9 Sep 2005 17:19:21 +0200, Sybren Stuvel <sybrenUSE at YOURthirdtower.com.imagination> wrote:
>Hi people,
>
>I'm creating a program that can solve and create Sudoku puzzles. My
>creation function needs to make a lot of copies of a puzzle.

Why do you need to maske lots of copies? And when you say "lots of"
what numbers do you mean? 100? 1000000?

The reason I ask is I recently wrote a program to solve Sudoku 
puzzles, and IIRC it didn't make copies at all.

-- 
Email: zen19725 at zen dot co dot uk





More information about the Python-list mailing list