PROJECT SELECT
DETAILS

Sudoku Solver

Sudoku Solver demo

A Sudoku Solver made with Python using a backtrack approach. Embedded using Pyscript. Contains board validation before making a call to recursion.

  • Code was written to showcase the usage of recursion and a consistent approach to backtracking.
  • Ease of access is also included to navigate the board easily.
  • Completely Static, runs in browser.
PythonPyScriptHTML/CSSNext.js