Sha256: f050378dc36bf7983223fc2d8c7920ace7fd5c37a16274c445763282508c58bf

Contents?: true

Size: 380 Bytes

Versions: 139

Compression:

Stored size: 380 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

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

###### Spiral matrix of size 4

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

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
trackler-2.2.1.180 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.179 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.178 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.177 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.176 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.175 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.174 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.173 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.172 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.171 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.170 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.169 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.167 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.166 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.165 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.164 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.163 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.162 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.161 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.160 problem-specifications/exercises/spiral-matrix/description.md