We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c227cb7 commit f4a3063Copy full SHA for f4a3063
pset0-search/README.md
@@ -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
12
+<code>python runner.py</code>
13
0 commit comments