Project developed for the Algorithms and Data Structures II subject of ICMC - University of São Paulo
This project creates a solution towards the Six Degrees of Kevin Bacon Law using Graphs and ANSI C.
The program is initially loaded with a list of movies and actors names provided by IMDB, this list is the "input-top-grossing.txt" file.
To execute the program:
$ make
$ make run