Skip to content

Commit 3f2de6a

Browse files
committed
Link horizontally between siblings, no arrows
1 parent 087e5e3 commit 3f2de6a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

exercises/relative-distance/instructions.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ 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 │ │ Erdős │ │ Shusaku │
18-
└───┬───┬──┘ └─────┬────┘ └──────┬────┘
19-
┌───┘ └───────┐ └──────┬──────┘
20-
▼ ▼ ▼
21-
┌──────────┐ ┌────────┐ ┌──────────┐
22-
│ Isla │ │ Tariq │ │ Kevin │
23-
└────┬─────┘ └────┬───┘ └──────────┘
24-
▼ ▼
25-
┌─────────┐ ┌────────┐
16+
┌──────────┐ ┌──────────┐ ┌───────────┐
17+
│ Helena │ │ Erdős ├─────┤ Shusaku │
18+
└───┬───┬──┘ └─────┬────┘ └────┬──────┘
19+
┌───┘ └───────┐ └───────┬───────┘
20+
┌─────┴────┐ ┌────┴───┐ ┌─────┴────┐
21+
│ Isla ├─────┤ Tariq │ │ Kevin │
22+
└────┬─────┘ └────┬───┘ └──────────┘
23+
│ │
24+
┌────┴────┐ ┌────┴───┐
2625
│ Uma │ │ Morphy │
2726
└─────────┘ └────────┘
2827
```

0 commit comments

Comments
 (0)