An open API service indexing awesome lists of open source software.

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

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