SudokuSolver A Sodoku Solver. By iterating through the rows/columns, the program aims to solve the puzzles using backtracking. 0's represent empty boxes/spaces example initial grid: Solution 1: Solution 2: