Building a Sudoku Validator on Algorand
Let's explore how to validate a sudoku in an Algorand smart contract.
We'll write the smart contract code in Algorand Python.
Sudoku Basics
A sudoku grid has 81 cells (9 rows and 9 columns).
A solution is valid if:
Each row contains the numbers 1-9...
alexandercodes.hashnode.dev7 min read