Skip to content

Files

Latest commit

f4a3063 · Mar 23, 2021

History

History

pset0-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 18, 2021
Mar 18, 2021
Mar 23, 2021

Search

Graph search algorithms (depth-first search, breadth-first search, and A*) and adversarial search algorithms (minimax).

  • Degrees: Determine how many degrees of separation apart two actors are.

python degrees.py large

python runner.py