Jump to content

Sorting algorithms/Cycle sort: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Added Algol W)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,520:
=={{header|Wren}}==
Translation of the Python code in the Wikipedia article.
<syntaxhighlight lang="ecmascriptwren">var cycleSort = Fn.new { |a|
var writes = 0
var len = a.count
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.