Question: WRITE IN SML 2.Write a function named quicksort that takes a list as an argument. This function uses the quicksort algorithm to sort the list,
WRITE IN SML
2.Write a function named quicksort that takes a list as an argument. This function uses the quicksort algorithm to sort the list, and returns the sorted list. This function is of the following type: fn : int list -> int list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
