Computer Science, asked by soumithyadav11, 1 month ago

function print (n)

if n>1:
for i=1 to n

print (n/2)
print (n/2)

print_line ("print me")

How many times the above function prints "print me"?

a) (Ign)

b) Ⓒ (n)

c) (nlgn)

d) (n²lgn)

Answers

Answered by harshdeep12469
0

Answer:

d n²lgn is the correct answer

Similar questions