Sudoku Solver preview

Project detail

Sudoku Solver

A solver project for Sudoku puzzles. This page is ready for notes about constraint checking, backtracking and the algorithm used to complete valid boards.

Role
Developer
Repo
Public
Stack
Python, Solver, Sudoku, Algorithms

Overview

The project can show how a Sudoku board is represented, how invalid moves are rejected and how a search strategy finds a valid solution.