Find the
1/20
complexity of the
function given below
Void function(int n)
{
Inti, count=0;
for(i=1; i*i<=n; i++)
Count++;
}
Answers
Answered by
0
Answer:
1=20 is the complexity so this is the answer
Answered by
0
Answer:
1= 20 is the complexity this is you answer
Similar questions