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.119 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.118 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.117 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.116 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.115 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.114 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.113 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.111 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.110 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.109 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.108 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.107 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.106 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.105 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.104 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.103 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.102 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.101 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.100 problem-specifications/exercises/spiral-matrix/description.md
trackler-2.2.1.99 problem-specifications/exercises/spiral-matrix/description.md