Question: for(int i = 1 ; i
for(int i = 1 ; i <=n ; i++)
for(int j = 1 ; j <= i ; j *= 2)
op;
what is the t(n) and big(o) for this code?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
