Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

orfeasxyz/sudoku_solver_backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sudoku_solver_backtracking

A simple sudoku solver using the backtracking algorithm. Input : a single txt file given through the command line arguements like this $./a.exe <file.txt> File format : 9 rows each containing 9 numbers seperated by spaces. The numbers range from 0 to 9 (0s are empty squares, 1-9s are existing numbers on the board).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages