Skip to content

codehs-tutors/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Sudoku Solver

Project Description

Write a program that can solve Sudoku puzzles. Given a Sudoku puzzle (which you can hard-code into the program), the program should solve the puzzle and display the completed puzzle.

Learn more about sudoku on Wikipedia: https://en.wikipedia.org/wiki/Sudoku

Tips:

  • Start small. Get your program working with small puzzles, then work up to the 3x3 puzzle.
  • For testing purposes, use puzzles for which you have solutions. That will let you check your work.

About

A program for solving Sudoku puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published