Skip to content

First project to CS50: Introduction to Artificial Intelligence. Utilized Breadth-first Search Algorithm to find a connection between two actors through various movies, and actors they have both worked with.

Notifications You must be signed in to change notification settings

alejandroxpx/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AI Project 0

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

I utilized breadth-first search to find the shortest path from one actor to another. Utilized first-in first-out to pick the node and a neighbors_for_person function to locate the stack for the next state and action set.

About

First project to CS50: Introduction to Artificial Intelligence. Utilized Breadth-first Search Algorithm to find a connection between two actors through various movies, and actors they have both worked with.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages