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.78 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.77 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.76 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.75 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.74 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.73 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.72 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.71 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.70 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.69 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.68 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.67 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.66 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.65 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.64 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.63 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.62 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.61 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.60 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.59 problem-specifications/exercises/spiral-matrix/description.md