RSSAmplifier

Just Being · Mar 18, 2025

Sudoku solver in 100 lines of Rust

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Sudoku is an addictive number placement puzzle that is logic-based. To win, you should fill the missing cells such that all rows, columns and each of the nine 3x3 boxes contain all numbers from 1 to 9. A well-posed Sudoku has only one solution. After conquering basic algorithms, a Sudoku solver feels like a rite of passage to be a good coder. So, let's write a program that can solve any…

Read on bshankar.pages.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.