/nsudoku-solver

A generic Sudoku Solver implementation in Rust for fun, works up to 225x225 Sudokus

Primary LanguageRustMIT LicenseMIT

GitHub Workflow Status GitHub issues GitHub pull requests Lines of code

N-Sudoku Solver

A generic Sudoku solver that works from 4x4 up to 225x225 Sudokus.

It is implemented in Rust as an exercise and there is an accompanying (WIP) blog post in my website.