| ukelebear
| Joined: 09 Dec 2008 | Posts: 3 | : | | Items |
|
Posted: Tue Mar 24, 2009 4:19 pm Post subject: Hidden Single java |
|
|
Hello
i'm a bit confused currently, my programming skills aren't too great and I have to produce a sudoku program that solves puzzles by logic.
I have been able to produce a brute force solver that works, but this isn't a logical method for solving as i'm sure you are all aware.
At the moment i am trying to implement hidden singles.
I have psuedo code but i always get stumped when trying to code it...
I need to find a way to set the possibilities of each cell and then flag those that appear in each row, column and subgrid.
Anyone any suggestions or help would be greatly appreciated. |
|