Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 324 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 324 Bytes

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.