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 713ad69 commit d43352aCopy full SHA for d43352a
exercises/relative-distance/canonical-data.json
@@ -11,7 +11,7 @@
11
"Tomoko": ["Aditi"]
12
},
13
"personA": "Vera",
14
- "personB": "Bob"
+ "personB": "Tomoko"
15
16
"expected": 1
17
@@ -30,7 +30,7 @@
30
31
{
32
"uuid": "8dffa27d-a8ab-496d-80b3-2f21c77648b5",
33
- "description": "Two degrees of separation",
+ "description": "Two degrees of separation, grandchild",
34
"property": "degreeOfSeparation",
35
"input": {
36
"familyTree": {
@@ -55,7 +55,7 @@
55
"personB": "Kaito"
56
57
"expected": null,
58
- "comment": "Some languages may return 0, -1 or similar to indicate no relation"
+ "comments": "Some languages may return 0, -1 or similar to indicate no relation"
59
60
61
"uuid": "93ffe989-bad2-48c4-878f-3acb1ce2611b",
0 commit comments