Question: 3. Given the following code: a and b are integers n is the size of the input basic_op is a basic operation myfun (a,

3. Given the following code: a and b are integers n is

3. Given the following code: a and b are integers n is the size of the input basic_op is a basic operation myfun (a, b) { wowwww. } if (a == b) { for (x = = 1 to n+n) basic op; for (x 1 to n*n) = basic_op; } else { for (x = 1 to 10) for (y = 1 to x) basic_op; } a) What is the worst case running time, i.e., f(n)=O(?) Show your work/calculation for determining this? b) What is the best case running time, i.e., f(n) = 2 (?) Show your work/calculation for determining this? c) Can we describe the average case running time, i.e., f(n) = (?)? If yes, what is it? If no, explain why you can't.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

a To determine the worstcase running time we need to analyze the code segment that will take the lon... View full answer

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!