Skip to content

ine-rmotr-projects/NPY-sudoku-solver-numpy

Repository files navigation

Numpy Sudoku

This will be your final project for our Numpy course! With it, we'll explore multiple problems related to Sudoku Games.

The project is a combination of notebooks that will guide you step by step through the process of understanding sudokus, how they are represented using Numpy, and finally, how to solve them!

Start with the first Notebook: 1. Sudoku Board.ipynb and best of luck!