I have a game that I've generated for an assignment. It isn't a true sudoku game in that it's only 4 regions of 4 squares instead of the nine. I have looked over some of the code that has been posted to solve the standard games and it doesn't appear that there should be anything different with mine, just less complex. The problem is this. Some of the squares are already filled in, and while the game is easy enough to solve manually, I am supposed to put a option in to hint for the correct number in a given square. This means I'm not displaying all the correct numbers for all the empty squares, just the one specified. I thought of passing the handle of that button to a variable on the click event since by clicking on a hint button it will lose focus but my real problem is I suck at math and do not in the least understand the logic behind many of the solvers therefore I don't understand how to code the solving routine to just return the value for the one specific cell or box on the grid. Any suggestions on where to look or a reference to a good article that explains the solving process would be much appreciated. I've downloaded a few sample project and tried to modify them to try to just get the one value I'm looking for but haven't got far yet as I don't understand the logic well enough to know what to change.
Caeanis
Caeanis