Skip to content

Commit f00bb50

Browse files
committed
feat: add bacon
1 parent d43352a commit f00bb50

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

exercises/relative-distance/instructions.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ Your task is to determine the degree of separation between two individuals in a
1313
Given the following family tree:
1414

1515
```text
16-
┌──────────┐ ┌──────────┐ ┌──────────┐
17-
│ Helena │ │ Helena │ │ Umar
18-
└───┬───┬──┘ └─────┬────┘ └─────┬────┘
19-
┌───┘ └───────┐ └──────┬─────┘
16+
┌──────────┐ ┌──────────┐ ┌──────────
17+
│ Helena │ │ Helena │ │ Shusaku
18+
└───┬───┬──┘ └─────┬────┘ └─────┬────┘
19+
┌───┘ └───────┐ └──────┬─────
2020
▼ ▼ ▼
2121
┌──────────┐ ┌────────┐ ┌──────────┐
22-
│ Isla │ │ Tariq │ │ Kaito
22+
│ Isla │ │ Tariq │ │ Kevin
2323
└────┬─────┘ └────┬───┘ └──────────┘
2424
▼ ▼
25-
┌─────────┐ ───────┐
26-
│ Uma │ │ Aditi
27-
└─────────┘ ───────┘
25+
┌─────────┐ ┌────────┐
26+
│ Uma │ │ Morphy
27+
└─────────┘ └────────┘
2828
```
2929

3030
The degree of separation between Tariq and Uma is 3 (Tariq → Helena → Isla → Uma).
31-
The degree of separation between Isla and Kaito is not defined, as there is no visible relationship in the given data.
31+
The degree of separation between Isla and [Kevin][six-bacons] is not defined, as there is no visible relationship in the given data.
3232
The degree of separation between Uma and Isla is 1.
33+
34+
[six-bacons]: https://en.m.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon

0 commit comments

Comments
 (0)