Sorting algorithms/Quicksort: Difference between revisions

Content deleted Content added
Wodan58 (talk | contribs)
Wodan58 (talk | contribs)
Line 5,054: Line 5,054:


=={{header|Joy}}==
=={{header|Joy}}==
<syntaxhightlight lang=Joy>
<syntaxhighlight lang=Joy>
DEFINE qsort ==
DEFINE qsort ==
[small] # termination condition: 0 or 1 element
[small] # termination condition: 0 or 1 element