module documentation
Provides bottom-up iterative merge-sort implementation for elements from a queue.
Function | merge |
Merge two sorted queue instances S1 and S2 into empty queue S. |
Function | merge |
Sort the elements of queue S using the merge-sort algorithm. |