Skip to content

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

csuka1219/dart_sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dart_sudoku_solver

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

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

No packages published

Languages