https://github.com/creamyturtle/sudokusolverapp
A Sudoku puzzle solver app, made from tutorial by Practical Coding on Youtube. Built in Android Studio
https://github.com/creamyturtle/sudokusolverapp
Last synced: 2 months ago
JSON representation
A Sudoku puzzle solver app, made from tutorial by Practical Coding on Youtube. Built in Android Studio
- Host: GitHub
- URL: https://github.com/creamyturtle/sudokusolverapp
- Owner: creamyturtle
- Created: 2021-03-28T15:51:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T03:31:00.000Z (about 4 years ago)
- Last Synced: 2025-02-04T20:16:42.914Z (4 months ago)
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#SudokuSolverApp
This is a cool app where you can build any sudoku puzzle and the computer will solve it for you. I built this from a yt tutorial of Practical Coding.