Lab: Merge sort

Assigned
Tuesday, 15 December 2020
Summary
In this laboratory, we explore issues relating to the merge sort divide-and-conquer algorithm for sorting.

Preparation

a. Decide which partner will be Side A and which partner will be Side B.

b. Grab your respective code files

c. Review any provided code at the top of the file to see what is new. You should feel free to quickly experiment with any new procedures, but we’ll also be looking at most of them in the lab.

Acknowledgements

This lab was created in Fall 2020 as a hybrid of a wide variety of prior labs on binary trees.