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

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

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)