Question: Question 1.9 def func(n): for i in range(0,n): for j in range (i+1, i, -1): for k in range(n, j, -1): print(print) Question 1.10 Calculate
Question 1.9 def func(n): for i in range(0,n): for j in range (i+1, i, -1): for k in range(n, j, -1): print("print") Question 1.10 Calculate the complexity for second(n). def first(n): for i in range(0, n): print(one") def second(n): for i in range(0, n): first(n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
