https://github.com/e0ff/SudokuSolver
https://github.com/e0ff/SudokuSolver
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e0ff/SudokuSolver
- Owner: e0ff
- License: gpl-3.0
- Created: 2019-04-01T04:45:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T04:46:15.000Z (about 7 years ago)
- Last Synced: 2025-04-02T18:52:11.676Z (about 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sudoku Solver
AI that solves a Sudoku using depth first search.