Skip to content
/ sudoku Public

This project aims to solve Sudoku puzzles using a variety of algorithms such as Breadth and Depth First Search, Algorithm X, DLX, as well as their greedy variants.

License

Notifications You must be signed in to change notification settings

Immodal/sudoku

Repository files navigation

Sudoku

This project aims to solve Sudoku puzzles using a variety of algorithms such as Breadth and Depth First Search, Algorithm X, DLX, as well as their greedy variants.

Link to the app: https://immodal.github.io/sudoku/

16x16 Sudoku

Figure 1: Solving a 16x16 Sudoku puzzle

About

This project aims to solve Sudoku puzzles using a variety of algorithms such as Breadth and Depth First Search, Algorithm X, DLX, as well as their greedy variants.

Topics

Resources

License

Stars

Watchers

Forks