Questions tagged [spiral]
The spiral tag has no summary.
2 questions
13 votes
4 answers
705 views
Continue the spiral
Write a program or function which, given a clockwise spiral as input, extends that spiral by one character. When given no input, your function returns the start of the spiral: ...
12 votes
15 answers
2k views
Unroll the loop!
A loop is a rectangle of text like this: hgf ile jkd abc To unroll it, you start at the bottom left, and proceed to the right, spiralling anti-clockwise in towards ...