CS50x-AI
Artificial Intelligence with Python from Harvard University
📖
Table of Contents
| Week | Lecture | Concept | Source Code | Description |
|---|---|---|---|---|
| 0 | Search | BFS | Degrees | Determine how many “degrees of separation” apart two actors are. |
| 0 | Search | BFS | Degrees | Minimax |