Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Puzzle Games (Games)

The Godfather of Sudoku 47

circletimessquare writes "The New York Times profiles 55 year old Maki Kaji who runs Nikoli, in its article Inside Japan's Puzzle Palace. Nikoli is a puzzle publisher that prides itself on 'a kind of democratization of puzzle invention. The company itself does not actually create many new puzzles — an American invented an earlier version of sudoku, for example. Instead, Nikoli provides a forum for testing and perfecting them.' Also notable is how Mr. Kaji describes how he did not get the trademark for Sudoku in the United States before it was too late. But reminiscent of a theme many Slashdotters will find familiar about intellectual property: 'In hindsight, though, he now thinks that oversight was a brilliant mistake. The fact that no one controlled sudoku's intellectual property rights let the game's popularity grow unfettered, Mr. Kaji says.' Will Nikoli be the source of the next big puzzle fad after Sudoku?"
This discussion has been archived. No new comments can be posted.

The Godfather of Sudoku

Comments Filter:
  • Re:Sudoku Solvers (Score:4, Informative)

    by Sigma 7 ( 266129 ) on Thursday March 22, 2007 @08:23PM (#18452367)

    If I run it as a straight php script thru the cmdline the algorithm works okay.

    Any tips for optimising server side php?


    It might not work, as some sudokus are extremely devilish. Instead of trying to solve it in one batch, try breaking it down into steps (e.g. have the script partly solve the system rather than having the server time the script out.)

    An example is the implementation at http://www.scanraid.com/sudoku.htm [scanraid.com] - although this is slower since it takes step-by-step very literally.
  • Difficulty Rating (Score:2, Informative)

    by Nymz ( 905908 ) on Thursday March 22, 2007 @09:24PM (#18453043) Journal

    The interesting thing is, on some test puzzles that were marked difficult it took remarkably few recursions to solve while some that were marked simple took a lot longer.

    That makes sense, as ratings are based on difficulty for a human to solve.

    A difficult Sudoku might involve identifing a complex relationship in order to solve it logically, without guessing. Where as a simple Sudoku might involve only identifing simple logical relationships, but may have numerous possibilities that would increase the time of a brute force technique.
  • Re:Binary Sudoku (Score:1, Informative)

    by Anonymous Coward on Friday March 23, 2007 @06:14AM (#18456117)
    Unless I'm reading it wrong, it is 2x2, and that's the joke. Vertical and horizontal lines delineate the cell borders.

"Life begins when you can spend your spare time programming instead of watching television." -- Cal Keegan

Working...