Question: Problem 4: (4 points) 4-way Merge Sort Consider a variation of Merge sort called 4-way Merge sort. Instead of splitting the array into two parts

Problem 4: (4 points) 4-way Merge Sort Consider a variation of Merge sort called 4-way Merge sort. Instead of splitting the array into two parts like Merge sort, 4-way Merge sort splits the array into four parts. 4-way Merge divides the input array into fourths, calls itself for each fourth and then merges the four sorted fourths. a) b) Give pseudocode for 4-way Merge sort. State a recurrence for the number of comparisons executed by 4-way Merge sort and solve to determine the asymptotic running time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
