Talk:Spiral matrix: Difference between revisions

→‎Lua spiralling error?: I haven't run the program to see its output, but could someone check that the spiral is as in the task description? Thanks.
(→‎Lua spiralling error?: I haven't run the program to see its output, but could someone check that the spiral is as in the task description? Thanks.)
Line 282:
You are referencing the inner list multiple times instead of creating new copies. --[[User:Paddy3118|Paddy3118]] 06:17, 14 August 2008 (UTC)
:Oh yeah, sorry. You're right. --[[User:Spoon!|Spoon!]] 18:58, 14 August 2008 (UTC)
 
==Lua spiralling error?==
Task says:
"where the numbers increase sequentially as you go around the edges of the array spiralling inwards"
Lua says:
"returns the value at (x, y) in a spiral that starts at 1 and goes outwards"
 
I haven't run the program to see its output, but could someone check that the spiral is as in the task description? Thanks. --[[User:Paddy3118|Paddy3118]] 08:24, 29 January 2010 (UTC)
Anonymous user