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

Latest commit

 

History

History
11 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 324 Bytes

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