/Bacon-Number

Implementation of google's six degrees of bacon concept using the IMDB database and a simple BFS search algorithm.

Primary LanguagePython

Implementation of google's concept of six degrees of Kevin Bacon as a two-way connection finder between any two actors or actresses in the IMDB database, using a simple BFS algorithm implemented in Python.