An open API service indexing awesome lists of open source software.

https://github.com/arrmansa/sudoku-backtracking-with-numba

Uses numba to speed up sudoku backtracking by ~200x
https://github.com/arrmansa/sudoku-backtracking-with-numba

backtracking numba sudoku sudoku-solver

Last synced: 2 months ago
JSON representation

Uses numba to speed up sudoku backtracking by ~200x

Awesome Lists containing this project

README

        

# sudoku-backtracking-with-numba
Features


  • 13 second runtime on https://commons.wikimedia.org/wiki/File:Sudoku_puzzle_hard_for_brute_force.svg

  • Compact functions with <20 lines

  • Readable code with comments