comeeasy / sudoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku solving program

Usage

  1. open input.txt
  2. enter your uncrackable sudoku following under instructions
  1. first line is num of test case
  2. under 9 lines are present its sudoku
  3. '0' is blank and the others are given numbers
  4. so on instruction 2, 3, if you have more case 
  1. example

input_example

  1. open python and execute "sudoku_main.py"
  $ python3 sudoku_main.py
  1. result

result_example

About


Languages

Language:Python 100.0%