One test case is giving run error. Can you pls check?
link to the source code https://ide.codingblocks.com/s/238322
Spiral Print Clockwise
Input:
3 4
1 2 3 4
5 6 7 8
9 10 11 12
Correct Output: 1, 2, 3, 4, 8, 12, 11, 10, 9, 5, 6, 7, END
Your output: 1, 2, 3, 4, 8, 12, 11, 10, 9, 5, 6, 7, 6, END (Also run error)
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.