Skip to content
/ IMDB-DOS Public

Used BFS and DFS and maximizing conditions to determine the degrees of separation between 2 actors that can be found in the database (gotten from IMDB). Huge credits go to Harvard's Online AI course, since the project was assigned from them.

Notifications You must be signed in to change notification settings

ynoza/IMDB-DOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB-DOS

Determine the degree of seperation between any 2 actors (in the database) of IMBD.

Usage

python degrees.py small
Loading data...
Data loaded.
Name: Tom Hanks
Name: Tom Cruise
9
2 degrees of separation.
1: Tom Hanks and Kevin Bacon starred in Apollo 13
2: Kevin Bacon and Tom Cruise starred in A Few Good Men

python degrees.py large
Loading data... Data loaded. Name: Anil Kapoor Which 'Anil Kapoor'? ID: 6257053, Name: Anil Kapoor, Birth: ID: 438463, Name: Anil Kapoor, Birth: 1956 Intended Person ID: 438463 Name: Hrithik Roshan 265 2 degrees of separation. 1: Anil Kapoor and Amitabh Bachchan starred in Armaan 2: Amitabh Bachchan and Hrithik Roshan starred in Lakshya

About

Used BFS and DFS and maximizing conditions to determine the degrees of separation between 2 actors that can be found in the database (gotten from IMDB). Huge credits go to Harvard's Online AI course, since the project was assigned from them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages