Sorting algorithms/Quicksort: Difference between revisions

m
Line 3,238:
=={{header|Oforth}}==
 
Oforth built-in sort uses quick sort algorithm (see lang/collect/ListBuffer.of for sort implementation) :
 
<lang Oforth>[ 5, 8, 2, 3, 4, 1 ] sort</lang>
1,015

edits