Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 373 Bytes

sudoku

A simple program to solve sudoku by python & c++

  • 1.cc: Solve sudoku by DLX
  • show.py: A python GUI to show the sudoku
  • input.py: A python GUI to get the user input
  • random.sh: You can use them to create a sudoku primary check
  • solve_sudoku.sh: You can input a sudoku pirmary check to solve

About DLX:[http://www.cnblogs.com/grenet/p/3145800.html]