Re: Andreas' practical language comparison
Andrea Griffini <agriff@tin.i t> writes:
[color=blue]
> On Sun, 25 Apr 2004 22:46:48 +0200, "GerritM" <gmuller@worldo nline.nl>
> wrote:[/color]
[...][color=blue]
> I'm very new to python, but anyway this is my solution to 8
> queen's problem:[/color]
[...]
I think there's an n-queens solution by Tim Peters somewhere, written
as an example of Python simple generators (which is mostly 'his'
language feature, IIRC).
John
Andrea Griffini <agriff@tin.i t> writes:
[color=blue]
> On Sun, 25 Apr 2004 22:46:48 +0200, "GerritM" <gmuller@worldo nline.nl>
> wrote:[/color]
[...][color=blue]
> I'm very new to python, but anyway this is my solution to 8
> queen's problem:[/color]
[...]
I think there's an n-queens solution by Tim Peters somewhere, written
as an example of Python simple generators (which is mostly 'his'
language feature, IIRC).
John
Comment