Google Interview Question

Given a two dimensional array, print out all the numbers in a counter-clockwise manner.

Interview Answer

Anonymous

Nov 4, 2019

I used recursion, there could be so many different approaches.