Question

What is the time complexity where the inner loop runs only half the times outer loop? 

A O(n)
B O(sqrt(n))
C O(n log n)
D O(n²)
E O (log n)
Practice Next

Hey! Ask a query