Tagged Questions
0
votes
4answers
5k views
2d Array in Spiral Order
I'm trying to fill an array in spiral order. So far, I can print the array in spiral order, but is there a way to modify the array so that i can fill it in spiral order and then just print the array? ...