mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(challenges): add rotate-2-dimensional-array-90-degrees
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
clockwise
|
||||
5 1 9 11
|
||||
2 4 8 10
|
||||
13 3 6 7
|
||||
15 14 12 16
|
@ -0,0 +1,4 @@
|
||||
15 13 2 5
|
||||
14 3 4 1
|
||||
12 6 8 9
|
||||
16 7 10 11
|
Reference in New Issue
Block a user