Sudoku in Python

Isha Bhan Sep 20, 2020

In this project a sudoku game is made using Python. This project consists of usage of numpy package in Python.

Sudoku is a logic based puzzle. We need to fill a 9×9 grid with digits, such that, each column, each row, and each of the nine 3×3 sub-grids contain all of the digits from 1 to 9. 

In this project a sudoku game is made using python.This project includes usage of numpy package.

NumPy is a general purpose array-processing package.It is a package for computing with Python.

The following links show how the program works:

1. This shows a Sudoku puzzle that needs to be solved. We input the puzzle into the program with 0's at blank places.

2.  This shows the solution.

 
 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment