Skip to content

ni-jessica/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver

solves a classic 9x9 sudoku puzzle given that the input has a valid solution.

languages: react, typescript, html/css

algorithm: dfs

check it out here or run locally with npm start