Sort stability: Difference between revisions

(→‎{{header|TXR}}: Update with new info.)
Line 1,751:
 
Below we illustrate the points made in the task description using the stable insertion sort.
<syntaxhighlight lang="ecmascriptwren">import "./sort" for Cmp, Sort
 
var data = [ ["UK", "London"], ["US", "New York"], ["US", "Birmingham"], ["UK", "Birmingham"] ]
9,482

edits