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

https://github.com/jaydu1/artificial-intelligence

Artificial Intelligence
https://github.com/jaydu1/artificial-intelligence

Last synced: about 1 year ago
JSON representation

Artificial Intelligence

Awesome Lists containing this project

README

          

# Artificial-Intelligence
Artificial Intelligence

Here is my code of the project of Udacity-Artificial Intellgence

## Project 1 Sudoku
### Strategies
* Elimination
* Only Choice
* Search
### Techniques
* Constraint Propagation
* Naked Twins



## Project 2 Isolation
### Search Trees
* Min-Max Tree
* Max n Tree
### Techniques
* Heuristic Function
* Alpah-Beta Prunhing
* Expectimax Alpha-Beta Pruning
### Search Methods
* Quiescent Search
* Depth-limited Search
* Iterative Depth-limited Search & DFS