Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 365 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 365 Bytes

async-sudoku-solver

The purpose of this is simple, a small project that's purpose is to be a quick and efficient sudoku solver. It works by each square being aware of its own state, allowing it to check independent of other squares what number it can be.

If I actually care enough about this I'll include a GUI, as well as information about how quick it solved