Question: Problem 1 Consider the following code fragment. test n int (input (Input a number for i in range (n) for j in range (2 n)


Problem 1 Consider the following code fragment. test n int (input ("Input a number for i in range (n) for j in range (2 n) test test i j a. How many times does the statement test test i j execute if n were 100? b. Express the number of times that the statement will execute in terms of n what is its Big-o running time (e.g. o(n), 0(nz),00gn), odn Ign) 0(n3))? Briefly explain Problem 2 Consider the following code fragment. test. 30 n int (input ("Input a number for i in range (n) test test i for j in range (2 n) test test i a. How many times do the loops iterate in total for an input of 100? b. Express the total number of iterations that the loops execute in terms of n. c. what is its Big-o running time (e.g. 0(n), 0(n2),0(lgn), 0(m lgn0,0(ma))? Briefly explain. Problem 3 Consider the following code fragment. n int (input ("Input a number while i >0: k 3 2 2 Answer the same questions as in Problem 2. Problem 4 For an input size of n, an algorithm executed n3 2m2 operations. What is the algorithm's Big-o running time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
