-
-
Notifications
You must be signed in to change notification settings - Fork 553
Relative distance fix #2566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative distance fix #2566
Conversation
@@ -1,6 +1,7 @@ | |||
# Instructions | |||
|
|||
Your task is to determine the degree of separation between two individuals in a family tree. | |||
This is similar to the pop culture idea that everyone is [within six degrees of Kevin Bacon][six-bacons]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that every actor rather than everyone?
I mean, it might hold true for everyone, but the pop culture idea is about actors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think making it about just actors is a good idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’d be in favor as well. The underlying concept is everyone should be up to six degrees of separation from one another, but the Kevin Bacon game is specifically about actors in Hollywood.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement!
See Incorrect degrees of separation in Relative Distance instructions forum thread.