Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Solving jigsaw sudoku puzzles, given in a text file, with python.

Notifications You must be signed in to change notification settings

usmonbek-umarbekovich/Jigsaw-Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jigsaw-Sudoku-Solver

Solving jigsaw sudoku puzzles with python.

Requirements:

  • The puzzles should be given in a .txt file.
  • Each block of the puzzle should be in the following format: rowcolumn:value (11:3)
  • See the examples for better understanding: resources/boards.txt

How to use:

  • Run main.py

About

Solving jigsaw sudoku puzzles, given in a text file, with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages