Essa empresa é sua?
print the matrix in spiral order
Sigiloso
First write a function to print outer side of the matrix, then find out the inner matrix and use the same function to compute its outer side. By recursively doing this you can get matrix in spiral order.