Sorting Algorithms/Circle Sort: Difference between revisions

m
→‎{{header|jq}}: Fix link: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|jq}}: Fix link: Perl 6 --> Raku)
Line 617:
{{works with|jq|1.4}}
 
With kudos to [[#Perl 6Raku]].
 
"circlesort" as defined in this section can be used to sort any JSON array. In case your jq does not have "until" as a builtin, here is its definition:
2,392

edits