You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a search problem where the actors are the states and the actions are the movies, which take us from one actor to another. The user can enter the name of two actors and the program will find the shortest path from one actor to another using breadth-first search.