Closed iwaggoner closed 3 years ago
I'm interested in what those console logs are putting out, can you copy and paste their responses here?
So I was able to move past this by creating a function called test that calls getNewNum, and then inside getNewNum I call test, but right now my program just sets everyting to zero at this time.
This is solved, I have changed my entire program, now my program finds unique solutions for each cell and then repeats its self until the board is filled out
What's the problem you're trying to solve?
I am doing sudoku-solver, my issue is that I keep inserting numbers that aren't correct and breaking my code later on
Post any code you think might be relevant (one fenced block per file)
If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?
I am not seeing a error but my board inputs the wrong number ie. 1 instead of 4 so later on in the program the board can't be solved any suggestions I have looked at solved version of board
What is your best guess as to the source of the problem?
I am very unsure
What things have you already tried to solve the problem?
I have a lot of console logs, and I am setting it if it can find any solutions then it dose nothing other wise it breaks my program