Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 439 Bytes

README_main.md

File metadata and controls

9 lines (6 loc) · 439 Bytes

main.py

Demonstrates different ways to use the solveSudoku() function.

Modes

  • Reads a file containing Sudoku or prompts the Sudoku in the output screen or uses the programmatically defined variable
  • Prints the solution or Assigns the solution to a variable
  • Can show time it took to solve the given Sudoku