Skip to content

This iOS app takes a sudoku puzzle as an input, and performs a backtracking search on the Constraint Satisfaction Problem. It can even solve the hard sudoku problems!

Notifications You must be signed in to change notification settings

pbitutsky/Sudoku-Solver-iOS-App

Repository files navigation

Sudoku-Solver-iOS-App

This iOS app takes a Sudoku puzzle as an input, and performs a backtracking search on the Constraint Satisfaction Problem. It can even solve the hard Sudoku problems!

This is actually a mini (1 day) project, which I completed in order to actively learn iOS / Swift 3. It's one of my first iOS apps.

About

This iOS app takes a sudoku puzzle as an input, and performs a backtracking search on the Constraint Satisfaction Problem. It can even solve the hard sudoku problems!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages