Question: [3] Suppose a sorting algorithm performs f(n) = 6n2 + 3x + 1 comparisons on input size , and it treats an input of size

 [3] Suppose a sorting algorithm performs f(n) = 6n2 + 3x

[3] Suppose a sorting algorithm performs f(n) = 6n2 + 3x + 1 comparisons on input size , and it treats an input of size q in 1 minute. What is the maximum input size the algorithm can treat in 1 minutes (for t 2). Hint 1: consider as a given constant (that is, your answer will look like f(t) =). Hint 2: you may find it easier to proceed by first defining another function which maps instance size to time, where time is defined in terms of q. Find an answer to the same question for another algorithm that performs g(n) = 21n2 + 9n+2 comparisons. What can you tell about the growth of maximum input size with respect to the allowed computational time for these two algorithms? That is, for both of these algorithms find functions that take an allowed computational time and return the maximum problem size

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!