Sorting algorithms/Quicksort: Difference between revisions

m
(→‎{{header|V}}: Using binrec like joy)
Line 465:
[qsort
[joinparts [p [*l1] [*l2] : [*l1 p *l2]] view].
[split_on_first uncons [>] split&].
[small?]
[]
Line 474:
[qsort
[small?] []
[uncons [>] split&]
[[p [*l] [*g] : [*l p *g]] view]
binrec].
418

edits