We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cbca8 commit 7414331Copy full SHA for 7414331
exercises/relative-distance/instructions.md
@@ -5,7 +5,7 @@ Your task is to determine the degree of separation between two individuals in a
5
- You will be given an input, with all parent names and their children.
6
- Each name is unique, a child _can_ have one or two parents.
7
- The degree of separation is defined as the shortest number of connections from one person to another.
8
-- If two individuals are not connected, return a value that represents "no relation."
+- If two individuals are not connected, return a value that represents "no known relationship."
9
Please see the test cases for the actual implementation.
10
11
## Example
0 commit comments