Generate Multiple solutions for sudoku gameHello! Thank you so much! The error I got was because I did not inserted the correct input file LOL ...
Generate Multiple solutions for sudoku gameI tried it but I got a "Bug Assertion Failed" warning and it didn't produced any output
Generate Multiple solutions for sudoku gameDo you mean this? [code] if (!solved) { board[row][col] = BLANK; solved = false; return;...
Generate Multiple solutions for sudoku gameSure! here it is the code that outputs only one solution. This was the code I was trying to edit to ...
Generate Multiple solutions for sudoku gameI just fixed that part and I was editing the function a bit (I updated my code up there) but I still...
This user does not accept Private Messages