Skip to content

Similar to degrees of Kevin Bacon game. Using a recursive search algorithm to find degrees of separation between actors in IMDB database.

Notifications You must be signed in to change notification settings

fross123/degrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Similar to degrees of Kevin Bacon game. Using a recursive search algorithm to find degrees of separation between actors in IMDB database.

Topics

Resources

Stars

Watchers

Forks

Languages