Sudoku Solver

This is a project powered by a rust-generated WebAssembly executing a (Dsatur Graph Coloring + Backtracking) algorithm to solve up to 16 sudoku game variations.

Implementation Reference:
  • Rust-generated WebAssembly lib
  • Solver Page

ATTENTION: Trying to find a solution for an empty board will take a long time due the algorithm structure, so it's recommended to start with a board with a few numbers.

WIP: Input validation and feasibility check.

Select a board type