Skip to main content

Questions tagged [spiral]

13 votes
4 answers
705 views

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: ...
Steve Bennett's user avatar
12 votes
15 answers
2k views

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 ...
Steve Bennett's user avatar