We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Sunny Bundel • 3 years ago

It was helpful! Thanks.

B Kumar • 3 years ago

Hi , what will be the 0() of a loop like this -
for(i = 1 ; i <= n*n ; i++)
{
________
_________
}

thirunavukkarasu KM • 1 year ago

O(root n)

IT'S NEVER ENDING • 3 years ago

O(n)

B Kumar • 3 years ago

And Can we say [ O(n log(n)) + O(1) ] = O(n log(n))

B Kumar • 3 years ago

I have a silly doubt . In the example of Conditional Statement , what is the O of if part statements - will it be [ O(n log(n)) + O(1) ]

B Kumar • 3 years ago

Your Explanation is really Great & very Helpful.

Ndr Xbrain • 3 years ago

thanks

omonbude • 4 years ago

Thanks for this