Skip to content

Jordanb716/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

A command line program that takes incomplete sudokus, either manually input, or from a text file, and can solve them using recursion. Also has a simple 'play' mode that lets you enter numbers with immediate feedback. Has the beginnings of another solve mode based on trying to emulate actual play, turned out to be overly complex on the initial attempt.

Instructions: Compile the code using the provided makefile. Run the resulting executable, optionally with the name of a sudoku-containing text file as an argument, then follow the instructions. If no text file is provided, the program will start in manual entry mode, and provide instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published