https://github.com/luismsuarez/excelsudokusolver
Sudoku solver using Visual Basic for Applications (VBA) macro that runs in Excel
https://github.com/luismsuarez/excelsudokusolver
branch-and-bound excel-vba sudoku sudoku-solver
Last synced: 3 months ago
JSON representation
Sudoku solver using Visual Basic for Applications (VBA) macro that runs in Excel
- Host: GitHub
- URL: https://github.com/luismsuarez/excelsudokusolver
- Owner: LuisMSuarez
- License: mit
- Created: 2023-07-21T22:17:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T20:57:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T08:40:41.993Z (4 months ago)
- Topics: branch-and-bound, excel-vba, sudoku, sudoku-solver
- Language: VBA
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExcelSudokuSolver
Sudoku solver using Visual Basic for Applications (VBA) macro that can run in Excel.
Uses a branch & bound depth-first algorithm.
Screenshot below: original Puzzle to the left, solved puzzle to the right. Stats for nerds at the bottom!