Skip to content

nhtdev1/backtrack-search-csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backtrack search

This is project resolving Sudoku problem using Backtrack search algorithm

Github: https://github.com/thinhhoangnguyen/backtrack-search-csp

Running

$ pip install tkinter

$ pip install pilow

$ app.py

  • Step 1: Create data in input.txt file

Example: We have sudoku as shown below

The data in the txt file will be

  • Step 2: Import the created file

  • Step 3: Click Backtrack algorithm button to find solution

Demonstration

Dependencies

  • tkinter

  • pilow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages