Skip to content

Rhys-Alexander/Sudoku-Generator-and-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Generator and Solver

This program will generate and solve Sudoku problems.

I'm doing this to develop my understanding of recursion, backtracking algorithms, wave function collapse, and to learn more langauges.

Languages

Implemented:

  • Python
  • Java
  • JavaScript