Sorting algorithms/Quicksort: Difference between revisions

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