Skip to content

Search program that determines how many “degrees of separation” apart two actors are.

Notifications You must be signed in to change notification settings

Whis99/CS50_AI_Degrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS50_AI_Degrees

Degrees of separation

Search program that determines how many “degrees of separation” apart two actors are.

According to the Six Degrees of Kevin Bacon game, anyone in the Hollywood film industry can be connected to Kevin Bacon within six steps, where each step consists of finding a film that two actors both starred in.

This program finds the shortest path between any two actors by choosing a sequence of movies that connects them.

#How to run it

  • Open the project
  • Go to the terminal
  • Run python degrees.py small

About

Search program that determines how many “degrees of separation” apart two actors are.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages