Skip to content

technologeli/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

After working on my Map Colorizer I wanted to utilize the backtracking algorithm to solve Sudoku puzzles. I also learned a little bit of Rust along the way.

Installation

To build and run the app, clone the repository and execute the follwing command.

cargo run

Use CTRL-C to close the program.

Puzzles

The puzzles are held in the puzzles/ directory and are text files named #.txt where # is a number. The text files are 9 rows of 9 digits with 0 representing a blank square in Sudoku. Feel free to add your own puzzles to solve.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages