Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 368 Bytes

sudoku_solver.md

File metadata and controls

7 lines (5 loc) · 368 Bytes
title
Sudoku solver

I love puzzles and sudoku was one of the first puzzles I learned to solve. If you couldn't already tell, I love physics! So, when I found a chance to combine the two, I gave it a try. Check out my Sudoku Solver which uses simulated annealing to solve a sudoku.

Go to the Github repository