GA for sudoku game

Solved the Sudoku game using a genetic algorithm, contrasting it with a backtracking solution for the Sudoku game. In this case, the deterministic solution was more efficient due to the size of the Sudoku. However, it proves to be 100 times more effective when applied to Sudokus of varying sizes. This enhancement resulted in an 88% improvement in time and space complexity..

GA for sudoku game