Six degrees to Kevin Bacon

This is a node.js app that generates an actor costar graph from a movie database, and computes the shortest path from any actor to Kevin Bacon using a breadth-first graph search. See the GitHub repo for details.

Finding the shortest path in the costar graph from the given actor to Kevin Bacon.
Finding the shortest path in the costar graph from the given actor to Kevin Bacon.