• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

suduko question

 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know of a website that posts their suduko puzzles in plain text/html and not in an image.

Thanks,
Eric
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
  • Websudoku
  • Sudoko.name

  • Apart from these the Sudoku player forums discusses excellent suggestions and methods for solving challenging puzzles.
    And if you want a free puzzle generator application then Simple Sudoku is great.
     
    Ranch Hand
    Posts: 160
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    WashingtonPost online web portal also has a Sudoku game client:

    http://www.uclick.com/client/wpc/wpdoc/

    Cheers!!
    [ December 13, 2005: Message edited by: Ganpi Srinivasan ]
     
    Eric Pascarello
    author
    Posts: 15385
    6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I was just looking for the puzzles in a text format to rip it out to try it with my solver that I am working on. Just too lazy to type in puzzles into it.

    Eric
     
    ranger
    Posts: 17347
    11
    Mac IntelliJ IDE Spring
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I agree, I have Simple Sudoko, and it works great.

    Mark
     
    Ranch Hand
    Posts: 174
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    where is source code of sudoko
     
    Trailboss
    Posts: 23953
    IntelliJ IDE Firefox Browser Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I walked through a bookstore yesterday and saw lots of books on this.

    What is it?
     
    Bartender
    Posts: 1844
    Eclipse IDE Ruby Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Sudoku is a great little Japanese logic puzzle.

    Basically, you have a 9x9 grid that is made up of 9 3x3 grids. Some of the cells will have a digit in them to start. When you finish, each row of the 9x9 grid will contain the digits 1-9, and each column will contain the digits 1-9. In addition, each 3x3 grid will contain the digits 1-9.

    That's it.

    Sounds like a good thread for Programming Diversions -- create a Sudoku solver.
     
    Eric Pascarello
    author
    Posts: 15385
    6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Sad thing is Dell has been doing this since 1979, I used to do these on my work break at Burger King years ago.
    There is already a thread in PD about this, to lazy to get a link.

    Eric
     
    Ranch Hand
    Posts: 999
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Solving Sudoku turns to addiction.British Airways has banned its staff from solving Sudoku as it is creating problems during take-off and landing.
    Indian housewives now prefer solving Sudoku than watching soaps like Saas-Bahu(mother inlaw-daughter inlaw) on idiot box.
     
    Ranch Hand
    Posts: 637
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Arjunkumar Shastry:
    Solving Sudoku turns to addiction.British Airways has banned its staff from solving Sudoku as it is creating problems during take-off and landing.
    Indian housewives now prefer solving Sudoku than watching soaps like Saas-Bahu(mother inlaw-daughter inlaw) on idiot box.



    Really?
     
    Arjunkumar Shastry
    Ranch Hand
    Posts: 999
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    yes
     
    Try 100 things. 2 will work out, but you will never know in advance which 2. This tiny ad might be one:
    Gift giving made easy with the permaculture playing cards
    https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    reply
      Bookmark Topic Watch Topic
    • New Topic