Spiral matrix #75
Unanswered
SoumyadeepMukherjee
asked this question in
Q&A
Replies: 1 comment
-
The Spiral Matrix problem takes a 2-Dimensional array of N-rows and M-columns as an input, and prints the elements of this matrix in spiral order. The spiral begins at the top left corner of the input matrix, and prints the elements it encounters, while looping towards the center of this matrix, in a clockwise manner. Sample Code in python
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is a Spiral matrix?
Beta Was this translation helpful? Give feedback.
All reactions