Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4. Suppose we sort an array of numbers, but it turns out every element of the array is the same, e.g., {17, 17, 17, ...,

4. Suppose we sort an array of numbers, but it turns out every element of the array is the same, e.g., {17, 17, 17, ..., 17}. (So, in hindsight, the sorting is useless.)

a) What is the asymptotic running time of insertion sort in this case?

b) What is the asymptotic running time of selection sort in this case?

c) What is the asymptotic running time of merge sort in this case?

d) What is the asymptotic running time of quick sort in this case?

e) Give an example input list for which merge-sort and heap-sort take O(n log n) time, but for which insertion sort takes O(n) time. What if the list is reversed?

Please give some explination as to why, but it dosen't need to be an essay.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Evaluate long-term care insurance.

Answered: 1 week ago

Question

=+ a. How does this change affect the incentives for working?

Answered: 1 week ago