Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismsuarez/excelsudokusolver
Sudoku solver using Visual Basic for Applications (VBA) macro that runs in Excel
https://github.com/luismsuarez/excelsudokusolver
Last synced: 2 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T20:57:11.000Z (over 1 year ago)
- Last Synced: 2024-12-20T16:21:18.181Z (about 2 months ago)
- 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!![Alt text](image-1.png)