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](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f4fac97986f_01766f4fac91ab5c.jpg)
[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
Get step-by-step solutions from verified subject matter experts
