Question: 13) An advantage insertion sort has over merge sort is: Better average time complexity Better best-case complexity Better worst-case complexity 14) Merge sort is an

13) An advantage insertion sort has over merge sort is:

Better average time complexity

Better best-case complexity

Better worst-case complexity

14) Merge sort is an example of:

Non-comparative sorting algorithms

Greedy algorithm

Divide and conquer algorithm

Dynamic programming algorithm

15)

Assume you are running a modified version of insertion sort. Every time it performs a swap it logs this by appending the two swapped indexes to a vector which keeps track of all swaps performed. This vector along with the original array are returned to the user. What is the worst-case total space complexity?

O(nLog(n))

O(n^2)

O(n)

O(nLog(n))

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!