-
Oracle
- Sydney, Australia
-
06:46
(UTC +11:00)
Pinned Loading
-
Sudoku solver using complete search.
Sudoku solver using complete search. 1#!/usr/bin/env python3
2# By Philip Arthur
3# This program is intended to solve sudoku problem with a complete search.
4# It simulates human's way to solve sudoku problem with following steps:
5# 1. Forward Inference: Try to look at every column, row, and box; if there is only 1 possible cell for a particular number, set it.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.