Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 820 Bytes

SudokuSolver

This android app allows users to solve any sudoku puzzle in less than a second.




Screenshots

About

  • The app follows the MVVM architecture pattern.
  • The sudoku board is a custom view. The puzzle is solved using a backtracking algorithm.