(1) Merge Optimization. Copying the contents of an array seems like an expensive operation. Discuss ways to minimize the
Posted: Tue Jul 12, 2022 8:20 am
(1) Merge Optimization. Copying the contents of an array seems like an expensive operation. Discuss ways to minimize the space needed in the standard recursive implementation of Merge Sort. (2) Selection. Provide at least three different deterministic pivot selection strategies for the implementation of Quick Sort, and each strategy, provide an example of an array of length seven, maximizing the number of comparisons needed to execute this Algorithm. You can pair up with a study buddy and try to outdo each other: one invents a strategy, the other invents an array. MUS