Question: Question 1 Given the following array [ 4 , 2 , 6 , 5 , 3 , 9 ] . Answer the questions below: 1

Question 1
Given the following array[4,2,6,5,3,9]. Answer the questions below:
1.1By the mean of a diagrams show how the merge sort algorithm will perform an ascending sorting of the above array.
(12 marks)
1.2Implement a java program of a merge sort algorithm to test the efficiency of the sorting using the given array.
(5 marks)
1.3Determine the big-O computation of the merge sort.
(5 marks)
1.4Critically analyse the performance of the merge sort algorithm implemented for sorting the above array.
(3 marks)

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 Programming Questions!