Uses recursion and backtracking to solve the sudoku. Use the string grid in each script to input your sudoku.
Note:
- Sudoku: This script runs an animated sudoku. This is much slower than Sudoku2 script.
- Sudoku2: This script runs a non animated sudoku. This is much faster than the Sudoku script.
Note solutions can take a few seconds to solve