项目作者: animsh

项目描述 :
Sudoku solver using the backtracking algorithm with GUI written in python.
高级语言: Python
项目地址: git://github.com/animsh/sudokuSolverGUI.git
创建时间: 2020-08-20T06:58:11Z
项目社区:https://github.com/animsh/sudokuSolverGUI

开源协议:

下载


Sudoku Solver (GUI) - Python

This is a sudoku solver using the backtracking algorithm with GUI written in python.

  1. Click a box and hit the number on your keybaord to pencil in a number.
  2. To confirm that value press the ENTER key on that box.
  3. To delete a pencil in you can click DEL.
  4. To solve the board press SPACE, sit back and watch the algorithm run.

Tutorial is available on Youtube by Tech With Tim