Computer Science, asked by dreamy8, 2 months ago

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 intelligent567
0

Answer:

1=20 is the complexity so this is the answer

Answered by shardakuknaa
0

Answer:

1= 20 is the complexity this is you answer

Similar questions