Skip to content
/ sudoku Public

A C program to brute force all possibilities of a Sudoku puzzle

Notifications You must be signed in to change notification settings

Kasra-G/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple C program to brute force a possible solution for a given Sudoku puzzle.

(CURRENTLY ONLY LISTS FIRST SOLUTION)

## How to Compile
run make
then run Sudoku.o, giving the path to the sudoku file as a command line argument

About

A C program to brute force all possibilities of a Sudoku puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published