Skip to content

Commit f4a3063

Browse files
authored
Add README for pset0
1 parent c227cb7 commit f4a3063

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pset0-search/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Search
2+
3+
Graph search algorithms (depth-first search, breadth-first search, and A*) and adversarial search algorithms (minimax).
4+
5+
- [**Degrees**](degrees): Determine how many degrees of separation apart two actors are.
6+
<p align="center">
7+
<code>python degrees.py large</code>
8+
</p>
9+
10+
- [**Tic-tac-toe**](tictactoe): Play tic-tac-toe against an AI.
11+
<p align="center">
12+
<code>python runner.py</code>
13+
</p>

0 commit comments

Comments
 (0)