Skip to content

An app that will take a partially complete sudoku puzzle and complete it for you.

Notifications You must be signed in to change notification settings

Zambrella/sudoku-solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Sudoku Solver

Sudoku Solver is a simple Flutter application to get the solution to Sudoku puzzles. It uses a backtrack search algorithm to find the solution. The algorithm is performed on a separate isolate because complex puzzles can take a few seconds to solve.

It is also fully responsive and works in vertical and horizontal orientations.

Any contributions are welcome.

screen recording

About

An app that will take a partially complete sudoku puzzle and complete it for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.1%
  • Other 0.9%