+ Reply to Thread
Results 1 to 2 of 2

Thread: Sudoku validation

  1. #1
    Krazy Guest

    Sudoku validation

    Write a function to validate a SuDoKu board.

  2. #2
    puspendra Guest
    bool suduKoValidation( array[][], n=9)
    {

    1. Check for all row/column/box sum =45
    2. Check for all row/column/box product = 9!

    }

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Algorithm to solve Sudoku
    By Surfer in forum Qualcomm
    Replies: 1
    Last Post: 22nd April 2010, 22:41

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts