Skip to content

Your goal for this challenge is to write a Python function to solve Sudoku puzzles.

License

Notifications You must be signed in to change notification settings

hr21don/didactic-memory-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

didactic-memory-Sudoku

Your goal for this challenge is to write a Python function to solve Sudoku puzzles.

Challenge

Write a python function to solve a sudoku puzzle.

Input

Represent the Sudoku grid as a two-dimensional list of lists. It should have nine sub-lists, representing the rows, with nine elements each, and use the number zero to indicate empty spaces.

You solve_sudoku function should take a new, partially filled in puzzle as input, and then return a two-dimensional list representing the solution to that puzzle with all the spaces filled in, one through nine.

Use the puzzle and its solution to test your solve_sudoku function!

138147280-8c6139ad-022c-418c-9d49-208274e549c3

Return a two-dimensional list representing the solution to that puzzle with all the spaces filled in, one through nine.

Output

Picture1

About

Your goal for this challenge is to write a Python function to solve Sudoku puzzles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages