Skip to content

keithy1012/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

October 2022

Three implementations of solving a Sudoku board: inductive, deductive, and a genetic algorithm. Inductive and deductive algorithms both utilize brute force and backtracking algorithms while the genetic algorithm computes scores after each generation and picks the "fittest" board positions. Compares the efficiency of each algorithm using the built in timer function.

Screen.Recording.2023-10-09.at.4.16.59.PM.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages