News

This code was implemented for a project under Advanced Algorithms Course(UE20CS311),PES UNIVERSITY. SUDOKU:A Number game consisting typically of a 9x9 grid. The structure of the puzzle is very simple, ...
SudokuGrid.py - the main class used to handle all code corresponding to the game board. - sudokuSolver() is the core function behind the backtracking algorithm to solve the sudoku board. App.py - used ...