Results 1 to 16 of 16

Thread: Solving sudoku like puzzle with .NET

Threaded View

  1. #1

    Thread Starter
    Addicted Member condonethis's Avatar
    Join Date
    Apr 2010
    Location
    TX
    Posts
    133

    Question Solving sudoku like puzzle with .NET

    Attempting to try to use dot net to solve a math puzzle where

    list = "123456789"

    row0.length = 2
    row1.length = 3
    row2.length = 4

    none of the integers from the given list can touch each other in a horizontal, vertical, or diagonal manner that makes i +- 1 = true

    want to use a random integer in an array so that during that loop the
    list.replace("i","")

    see image for further illustration

    brain teaser?
    Attached Images Attached Images  

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width