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,4 @@
|
||||
anticlockwise
|
||||
1 2 3
|
||||
4 5 6
|
||||
7 8 9
|
@ -0,0 +1,3 @@
|
||||
1 4 7
|
||||
2 5 8
|
||||
3 6 9
|
Reference in New Issue
Block a user