Question: Mystery (n: integer>0) 1 temp=1 2 for i = 1 to n do 3 temp=temp*i 4 return temp find the cost, number of times executed,
Mystery (n: integer>0) 1 temp=1 2 for i = 1 to n do 3 temp=temp*i 4 return temp find the cost, number of times executed, and finally the T(n):
line # cost number times executed 1 2 3 4
T(n) =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
