Thread: Sudoku

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    59

    Sudoku

    I am trying to write a program to solve 9x9 sudoku by forced digits technique.forced digits technique ....finding spot that are empty , that can only be filled by one particular digit. I need help or an idea how to begin ....any help will be greatly appreciated.
    sudoku3_bare.pdf sudoku3_forced.pdf
    like in first file ...after applying forced technique produces the second file.
    Last edited by code_lover; 09-15-2011 at 01:55 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Like Sudoku, but not.
    By quzah in forum Game Programming
    Replies: 4
    Last Post: 08-27-2011, 05:33 AM
  2. sudoku
    By ElemenT.usha in forum C++ Programming
    Replies: 22
    Last Post: 02-14-2011, 10:46 PM
  3. Sudoku
    By mrusnak in forum C Programming
    Replies: 10
    Last Post: 03-20-2009, 06:31 AM
  4. sudoku help
    By blue4life20 in forum C++ Programming
    Replies: 3
    Last Post: 11-18-2005, 03:50 PM