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.
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.