Sha256: 758a729be7d93a82649714e60069505aa0cc20ffd832268fc7626ac2f2e67ddf

Contents?: true

Size: 382 Bytes

Versions: 54

Compression:

Stored size: 382 Bytes

Contents

Given the size, return a square matrix of numbers in spiral order.

The matrix should be filled with natural numbers, starting from 1
in the top-left corner, increasing in an inward, clockwise spiral order,
like these examples:

###### Spiral matrix of size 3

```plain
1 2 3
8 9 4
7 6 5
```

###### Spiral matrix of size 4

```plain
 1  2  3 4
12 13 14 5
11 16 15 6
10  9  8 7
```

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
trackler-2.2.1.39 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.38 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.37 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.36 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.35 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.34 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.33 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.32 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.31 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.30 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.29 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.28 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.27 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.26 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.25 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.24 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.23 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.22 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.21 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.20 problem-specifications/exercises/spiral-matrix/description.md