Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Estimate the running time for the following program fragment in terms of n . Assume that the value of n is determined elsewhere in the

Estimate the running time for the following program fragment in terms of n. Assume that the value of n is determined elsewhere in the program. Make your upper bound and lower bound as tight as you can.

image text in transcribed

Please answer the following 1. State an upper bound on the running time of the program fragment using O0 notation Briefly justify your upper bound. 2. State a lower bound on the running time of the program fragment using notation 3. 4. Briefly justify your lower bound. Even in cases where the upper bound and lower bound are the same function, the justifications would be different. (For upper bounds, you are claiming that the code will run no slower than the upper bound. For lower bounds, you are claiming that the code will take at least that amount of time.) Question 1: In this question, the program fragment resides in the main) function. The program fragment calls a function loop (). In your running time estimates, include the time to execute the program fragment in main) and the time to execute the function calls int loop(int x) / function definition outside main() at something = 0 something+ return something 1/ in the main) function um-sum +loop (3)i um-sum +loop (5)i

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

Step: 3

blur-text-image

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

1.who the father of Ayurveda? 2. Who the father of taxonomy?

Answered: 1 week ago

Question

Commen Name with scientific name Tiger - Wolf- Lion- Cat- Dog-

Answered: 1 week ago

Question

8. Do the organizations fringe benefits reflect diversity?

Answered: 1 week ago