Skip to content

Project developed for the Algorithms and Data Structures II subject of ICMC - University of São Paulo

Notifications You must be signed in to change notification settings

Nata-botelho/Graph_TAD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph_TAD

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

About

Project developed for the Algorithms and Data Structures II subject of ICMC - University of São Paulo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%