Two sum: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
Hout (talk | contribs)
Line 32: Line 32:
script filter
script filter
on lambda(y, iy)
on lambda(y, iy)
if iy ≤ ix then
if iy ≤ ix then
{} -- ignore - mirror-image pairs
{} -- ignore - mirror-image pairs
Line 43: Line 44:
end if
end if
end if
end if
end lambda
end lambda
end script
end script
Line 120: Line 122:
{{Out}}
{{Out}}
<lang AppleScript>{{1, 3}}</lang>
<lang AppleScript>{{1, 3}}</lang>




=={{header|C sharp|C#}}==
=={{header|C sharp|C#}}==