https://github.com/dioptx/google_aind_sudoku
A subproject for the Artificial Intelligence Nanodegree
https://github.com/dioptx/google_aind_sudoku
Last synced: about 1 year ago
JSON representation
A subproject for the Artificial Intelligence Nanodegree
- Host: GitHub
- URL: https://github.com/dioptx/google_aind_sudoku
- Owner: dioptx
- Created: 2019-08-02T01:54:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T14:48:42.000Z (almost 7 years ago)
- Last Synced: 2025-05-16T02:12:14.330Z (about 1 year ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Google & Udacity's Sudoku solver extended
### This repo is the 1st part of the Artificial Intelligence nanodegree course by Google & Udacity
In this part the requirement was to build a Sudoku solver using techniques such as:
- Constraint Propagation
- Search
- Elimination
This code is comprised both from given and self made parts and passes all requirements by the automatic & human grading procedure.
---
The aind.yml environment is provided in order to replicate the environment used for this project