Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 384 Bytes

degrees

Similar to degrees of Kevin Bacon game. Using an AI search to find degrees of separation between actors in IMDB database.

This was origionally done as part of the Harvard CS50 AI course on EDX.

Running:

There are 2 databases. One small and one large.

To run with the small db:

python degrees.py small

To run with the large db:

python degrees.py large