Sorting algorithms/Quicksort: Difference between revisions

change sml to Standard ML
(added APL)
(change sml to Standard ML)
Line 703:
Original source: [http://seed7.sourceforge.net/algorith/sorting.htm#quickSort]
 
=={{header|SMLStandard ML}}==
<pre>
fun quicksort nil : int list = nil
Anonymous user