Talk:Largest int from concatenated ints: Difference between revisions

Line 31:
(P.S. thanks for catching my <code>maxnum'''x'''</code> errors)! --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 06:19, 6 April 2013 (UTC)
: The first one under "repeated string" is infact incorrect. Try the array <code>[212, 21221]</code> and compare the result with other methods. You need to repeat each i to a length above <code>maxlen + len(i)</code>. --[[User:Ledrug|Ledrug]] ([[User talk:Ledrug|talk]]) 08:17, 6 April 2013 (UTC)
 
::Thanks Ledrug. I'll fix it. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 11:37, 6 April 2013 (UTC)
Anonymous user