Longest string challenge: Difference between revisions

Content deleted Content added
CalmoSoft (talk | contribs)
No edit summary
CalmoSoft (talk | contribs)
Line 1,892:
 
for n = len(test1) to 2 step -1
fif test1[n][2] = test1[n-1][2]
add(test2, test1[n][1])
else