Question: If the efficiency of the algorithm doIt can be expressed as O(n) = n 3 , calculate the efficiency of the following programme segment: (2
If the efficiency of the algorithm doIt can be expressed as O(n) = n3, calculate the efficiency of the following programme segment: (2 marks)
for(i = 1; i <= n; i*=2)
for(j = 1; j < n; j++)
doIt()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
