Skip to content

Commit 1f5546c

Browse files
author
Jegors Čemisovs
committed
Correct indentation in maze diagrams
Indentation in the maze diagrams within the mazy-mice exercise was inconsistent. The changes ensure tabs are uniformly used for all lines to improve readability and consistency in presentation.
1 parent 9175bb5 commit 1f5546c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

exercises/mazy-mice/description.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@ It's time to create some perfect mazes for these adventurous mice!
2121
1. The small square maze 5x5 cells (or 11x11 characters)
2222

2323
```text
24-
┌───────┬─┐
25-
│ │ │
26-
│ ┌─┬── │ │
27-
│ │ │ │ ⇨
28-
│ │ │ ──┤ │
29-
⇨ │ │ │ │
30-
┌─┤ └── │ │
31-
│ │ │ │
32-
│ │ ────┘ │
33-
│ │
34-
└─────────┘
24+
┌───────┬─┐
25+
│ │ │
26+
│ ┌─┬── │ │
27+
│ │ │ │ ⇨
28+
│ │ │ ──┤ │
29+
⇨ │ │ │ │
30+
┌─┤ └── │ │
31+
│ │ │ │
32+
│ │ ────┘ │
33+
│ │
34+
└─────────┘
3535
```
3636

3737
2. The rectangular maze 6x18 cells
3838

3939
```text
40-
┌───────────┬─────────┬───────────┬─┐
41-
│ │ │ │ │
42-
│ ┌───────┐ │ ┌─┐ ──┐ └───┐ ┌───┐ │ │
43-
│ │ │ │ │ │ │ │ │ │ ⇨
44-
│ └─┐ ┌─┐ │ │ │ ├── ├───┐ │ │ ──┼── │
45-
│ │ │ │ │ │ │ │ │ │ │ │
46-
└── │ │ ├───┴───┤ ┌─┘ ┌─┘ │ ├── │ ──┤
47-
⇨ │ │ │ │ │ │ │ │ │
48-
┌─┬─┴─┐ └─┐ ┌─┐ │ └─┐ │ ┌─┘ │ ──┴─┐ │
49-
│ │ │ │ │ │ │ │ │ │ │ │
50-
│ │ │ └── │ │ │ └── │ ──┘ ┌─┘ ──┐ │ │
51-
│ │ │ │ │ │ │
52-
└───┴───────┴───────┴─────┴─────┴───┘
40+
┌───────────┬─────────┬───────────┬─┐
41+
│ │ │ │ │
42+
│ ┌───────┐ │ ┌─┐ ──┐ └───┐ ┌───┐ │ │
43+
│ │ │ │ │ │ │ │ │ │ ⇨
44+
│ └─┐ ┌─┐ │ │ │ ├── ├───┐ │ │ ──┼── │
45+
│ │ │ │ │ │ │ │ │ │ │ │
46+
└── │ │ ├───┴───┤ ┌─┘ ┌─┘ │ ├── │ ──┤
47+
⇨ │ │ │ │ │ │ │ │ │
48+
┌─┬─┴─┐ └─┐ ┌─┐ │ └─┐ │ ┌─┘ │ ──┴─┐ │
49+
│ │ │ │ │ │ │ │ │ │ │ │
50+
│ │ │ └── │ │ │ └── │ ──┘ ┌─┘ ──┐ │ │
51+
│ │ │ │ │ │ │
52+
└───┴───────┴───────┴─────┴─────┴───┘
5353
```
5454

5555
[Box-drawing]: https://en.wikipedia.org/wiki/Box-drawing_character

0 commit comments

Comments
 (0)