This Dart repository features an efficient Sudoku solver implemented in Dart. The SudokuSolver class can validate and solve Sudoku puzzles, using a backtracking algorithm. It accepts and solves puzzles in a 1D List<int?> representation
-
Notifications
You must be signed in to change notification settings - Fork 0
This Dart repository features an efficient Sudoku solver implemented in Dart. The SudokuSolver class can validate and solve Sudoku puzzles, using a backtracking algorithm. It accepts and solves puzzles in a 1D List<int?> representation.
csuka1219/dart_sudoku_solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This Dart repository features an efficient Sudoku solver implemented in Dart. The SudokuSolver class can validate and solve Sudoku puzzles, using a backtracking algorithm. It accepts and solves puzzles in a 1D List<int?> representation.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published