1
vote
1answer
103 views
Traverse 2D Array in Spiral pattern using recursion.
Hi,
I am preparing for an interview and have been stuck on this question for quite some time now. Could anybody please help me with the code. If not complete then may be a snippet …
7
votes
8answers
722 views
Looping in a spiral
A friend was in need of an algorithm that would let him loop through the elements of an NxM matrix (N and M are odd). I came up with a solution, but I wanted to see if my fellow SO …
0
votes
2answers
324 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 ju …
-1
votes
2answers
215 views
What is the algorithm for storing the pixels in a spiral in JS?
What is the algorithm for storing the pixels in a spiral in JS?
3
votes
4answers
139 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 col …
