Order by pair comparisons: Difference between revisions

→‎{{header|Julia}}: Clarified-review
(Emphasis.)
(→‎{{header|Julia}}: Clarified-review)
Line 31:
 
=={{header|Julia}}==
{{Clarified-review|Julia}}
=== Using external function ===
Uses shell sort, just because it sort of fits the task, metaphorically, as if it were with variously colored peas.
Line 82 ⟶ 83:
Sorted: ["red", "orange", "yellow", "green", "blue", "indigo", "violet"]. Total requests: 19.
</pre>
 
 
=={{header|Python}}==
Anonymous user