Skip to content

Solves any sudoku puzzle using the backtracking algorithm.

License

Notifications You must be signed in to change notification settings

jarethill/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

A standard sudoku solver built using Object Oriented Programming & utilizing the backtracking algorithm. Frontend built with React; however all functionality is encapsulated into their own classes, should you wish to use the code with another frontend framework or Vanilla Javascript.

Technologies Used

  • React
  • Typescript
  • Jest (Unit Testing)
  • Styled Components
  • ESLint (Airbnb Config)

About

Solves any sudoku puzzle using the backtracking algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages