Sudoku generator and visual solver, programmed in C++ Generates a fully filled 9x9 Sudoku grid using random numbers and backtracking, then eliminates some numbers Then, in order, and using ...
It can ether take in nothing and will randomly generate a new sudoku board every time that follows all the rules and will also return the same board with numbers missing so user can try to solve the ...