Collect and sort square numbers in ascending order from three lists: Difference between revisions

m
m (→‎{{header|Phix}}: anywhere/6 ways)
Line 230:
Added:690, Sorted:{4,9,16,25,36,36,49,81,121,144,169}
</pre>
You could also apply res:=unique(res), anywhere/68 ways: new line in 3 places, or inline (two ways each) on either existing assignment, or as a replacement for the sort(), which would reduce the length by 1 (the duplicate 36) and yield a total of 654.
 
=={{header|Python}}==
7,796

edits