Question: 2) An alternative Mergesort algorithm divides the list in 3 equal parts instead of 2. a) Write in pseudocode the new Mergesort algorithm, including the

 2) An alternative Mergesort algorithm divides the list in 3 equal

2) An alternative Mergesort algorithm divides the list in 3 equal parts instead of 2. a) Write in pseudocode the new Mergesort algorithm, including the Merge function (in pseudocode). Feel free to use the algorithm Merge provided in the lectures, or to alter it if necessary. b) Write the recurrence relation for the time complexity of the new algorithm and solve it enough to give the time complexity in 0 notation. c) Compare the time with that of the standard Mergesort, and comment on the comparison

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!