What will be the time complexity of the following code snippet:
int main ()
{
int i = n;
while(i>0)
{
i=i-1;
i = 1/2;
}
Answers
Answered by
0
Answer:
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
Similar questions