Skip to content
/ Sudoku Public

Solution of Sudoku using backtracking programming

Notifications You must be signed in to change notification settings

ayzahmt/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Solution of Sudoku using backtracking programming

Purpose

To fill empty cell with numbers (from 1 to 9). So that every row, column and subgrid (3x3) contains one instance of the numbers.

Example

Input

Solution

About

Solution of Sudoku using backtracking programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages