in reply to Golf: Sudoku solving

a good chance to try backtracking tree search? this sounds like a fun challenge, time to hone my oop perl skills! BTW- what does golf mean?

Replies are listed 'Best First'.
Re^2: Golf: Sudoku solving
by kyle (Abbot) on Nov 08, 2007 at 17:35 UTC

    Golf is a game in which players try to put a little ball in a little hole with the fewest attempts to do so (called "strokes").

    Perl golf attempts to write a program that achieves some goal in the fewest strokes also—keystrokes. Programmers compete to write the shortest code possible to do the same thing.

    Personally, I dislike Perl golf because it perpetuates the notion that Perl is a line noise write-only language.

      How about tgolf (or pgolf) for shortest time (t in tgolf for time, silent p in pgolf for performance)?