spiral matrix [X-validated]
One recent code-golf challenge was to write the shortest possible code representing the first n² integers in a spiral progression, e.g., 0 1 2 3 4 15 16 17 18 5 14 23 24 19 6 13 22 21 20 7 12 11 10 9 8 While I did not come close to the best […] [Read more...]