Skip to content

Latest commit

 

History

History

pset0-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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