Skip to content

The C console application that finds the kevin bacon number

Notifications You must be signed in to change notification settings

cnrkaya/kevin-bacon-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

The Kevin Bacon Number

The Bacon number of an actor or actress is the number of degrees of separation they have from actor Kevin Bacon, as defined by the game known as Six Degrees of Kevin Bacon.

It is an C console application using bfs algorithm.

The data set consisting of films and actors from Princeton University was used to run the program. ftp:https://ftp.cs.princeton.edu/pub/cs226/bacon/input-mpaa.txt

The program has two features

1-) Finding Kevin Bacon number of an actor

Image1 Image2

2-) Finding Distance between two actors

Image3 Image4

About

The C console application that finds the kevin bacon number

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages