Skip to content

The RealImage contest for GopherCon India 2015

Notifications You must be signed in to change notification settings

madhavsss/challenge2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Steps to run the program

Navigate to the degrees folder

$ cd degrees

Compile the program

$ go build -o degrees ./main.go

Run the executable by providing person urls as input

$ ./degrees amitabh-bachchan robert-de-niro

Example of output

Degrees of Separation: 3

1. Movie: The Great Gatsby
Supporting Actor: Amitabh Bachchan
Actor: Leonardo DiCaprio

2. Movie: The Wolf of Wall Street
Actor: Leonardo DiCaprio
Director: Martin Scorsese

3. Movie: Taxi Driver
Director: Martin Scorsese
Actor: Robert De Niro

About

The RealImage contest for GopherCon India 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%