Skip to content

Commit fa8427d

Browse files
author
Jegors Čemisovs
committed
Update section heading levels in mazy-mice description
Headings levels in the "mazy-mice/description.md" were adjusted for better organization. '# Hints' was changed to '## Hints' and '## Maze generation' and '## Box drawing characters' changed to '###'. This allows for an improved logical hierarchy and readability of the document.
1 parent 1f5546c commit fa8427d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

exercises/mazy-mice/description.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's time to create some perfect mazes for these adventurous mice!
1818

1919
### Examples
2020

21-
1. The small square maze 5x5 cells (or 11x11 characters)
21+
The small square maze 5x5 cells (or 11x11 characters)
2222

2323
```text
2424
┌───────┬─┐
@@ -34,7 +34,7 @@ It's time to create some perfect mazes for these adventurous mice!
3434
└─────────┘
3535
```
3636

37-
2. The rectangular maze 6x18 cells
37+
The rectangular maze 6x18 cells
3838

3939
```text
4040
┌───────────┬─────────┬───────────┬─┐
@@ -54,13 +54,13 @@ It's time to create some perfect mazes for these adventurous mice!
5454

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

57-
# Hints
57+
## Hints
5858

59-
## Maze generation
59+
### Maze generation
6060

6161
You can use any algorithm to generate a perfect maze. The [recursive backtracker][recursive-backtracker] is a good choice.
6262

63-
## Box drawing characters
63+
### Box drawing characters
6464

6565
| Character | Name | Unicode |
6666
|:---------:|:--------------------------------------|:--------|
@@ -75,5 +75,4 @@ You can use any algorithm to generate a perfect maze. The [recursive backtracker
7575
|| box drawings light vertical and right | U+2520 |
7676
|| rightwards white arrow | U+21E8 |
7777

78-
7978
[recursive-backtracker]: https://en.wikipedia.org/wiki/Maze_generation_algorithm

0 commit comments

Comments
 (0)