• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HELP with sudoku puzzle

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello i am having a bitch of a time with this program, i now i have to come up with an algorithm that checks every blank block and if it has only one possible answer, turn the background green. If it has no possible answers turn the background red......I am drawing a serious blank here people and am about to loose my mind!

any ideas thoughts etc. would be greatly apppreciated!!!

oh if you are not familiar with the Sudoku game check out this link:
http://www.eddaardvark.co.uk/sudokusolver.html

Here is my code so far:


[ December 19, 2006: Message edited by: Bear Bibeault ]
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Leggo", welcome to JavaRanch. Perhaps you missed our display name policy. Yes, we're serious about it.

Also, in the future you need to choose one forum to post your question in. I have deleted the extras in other forums.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic