Question: what is the complexity T(n) for this code: for (i = 1 ; i 2) for(j = 1 ; j
what is the complexity T(n) for this code:
for (i = 1 ; i <= n ; i++)
if(a[i]>2)
for(j = 1 ; j<= n ; j++)
op;op;op;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
