Question: What is the time complexity of this code? for(i=;i
What is the time complexity of this code? for(i=;i<=n;i++){ for(j=0;j<=m;j++){
m=m*3; printf("%d",m);
}
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
