Talk:Hofstadter Figure-Figure sequences

From Rosetta Code
Revision as of 08:37, 22 October 2011 by rosettacode>Paddy3118 (→‎No max n)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

No max n

That statement is there to explicitly exclude solutions that used a fixed sized array, say of a 1000 elements and an empty array, then moved elements between the two arrays.

Mind you, an algorithm that started with fixed array sizes and doubled their sizes as necessary would be OK. --Paddy3118 08:37, 22 October 2011 (UTC)