Tagged Questions

4
votes
4answers
223 views

Varying Colors in Processing

I've been working on porting some of my Processing code over to regular Java in NetBeans. So far so well, most everything works great, except for when I go to use non-grayscale colors. I have a ...
0
votes
2answers
295 views

print 2-D array in spiral order [closed]

Possible Duplicate: Pattern consisting of numbers moving in clockwise direction around a rectangular shape (length and breadth decreasing each time) How to print a 2 dimensional array in ...
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? ...