module documentation

Provides the quick_sort function implementing quick-sort on elements from a FIFO queue.

Function quick_sort Sort the elements of queue S using the quick-sort algorithm.
def quick_sort(S):

Sort the elements of queue S using the quick-sort algorithm.