Skip to content

gnool/np_sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Practicing NumPy with Sudoku

The aim of this repo is not to make yet another Sudoku solver. Reader should refer to Peter Norvig's page to learn how to make a basic yet powerful Sudoku solver.

This repo is also not about...

  1. Making the most efficient (i.e. fastest) Sudoku solver
  2. Writing the most elegant Sudoku solver
  3. Extending beyond a standard Sudoku solver to generate Sudoku puzzles

What this repo is about...

  1. Getting familiar with NumPy techniques (such as data structure, broadcasting, slicing) to make a Sudoku solver with as much vectorization as possible
  2. Code as many Sudoku techniques (X-Wing, Naked Pairs, etc.) as possible

About

NumPy Practice with Sudoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages