Skip to content

mikesjak/Sudoku-HillClimbing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Hill Climbing

About

This program attempts to solve an arbitrarily sized square sudoku using AI. The AI uses the Beta hill climbing algorithm. This algorithm has been described here.

Usage

All showcase inputs are in data directory. Empty space in Sudoku is represented by 0.

make/make all      - compiles project and documentation
make clean         - deletes everything that could be created by make all or test_all
make compile       - compiles whole project
make run           - runs project

About

Sudoku solver using Beta Hill Climbing algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages