One failed testcase in the spiral print problem

Hi Manohar
your code is not running for the following input
sample input:
3 4
1 2 3 4
1 2 3 4
1 2 3 4
expected output:1,1,1,2,3,4,4,4,3,2,2,3,END
your output:1, 1, 1, 2, 3, 4, 4, 4, 3, 2, 2, END

1 Like

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.