Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 360 Bytes

Sudoku-Puzzle-GUI

This is a user friendly sudoku solver using GUI. This puzzle uses concept of Goal Seeking Algorithm. Made under Python using Tkinter library. User Input the problem set in the respected Row & Column and rest blocks giive the required Answer as User click on Solve Button. Reference: http://www.geeksforgeeks.org/backtracking-set-7-suduku/