Skip to content

SunnyIzr/Sudoku-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku-Solution

My Sudoku Solution with a Heavy Emphasis on Single Responsibility Principle: A command-line application that takes in an 81 digit string of numbers which represents a sudoku board where '0' indicates a blank cell, and outputs a solution.

  • Sudoku1 only uses process of elimination to find a solution
  • Sudoku2 uses guessing to find a solution

Both solutions use rescursion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages