Based on the above relation, which of the following answer choices is false ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can use Master theorem to show that the above recurrence relation is:
T ( n ) = ( O ( n l o g n ) )
Also by definition of big-Oh we have:
Θ ( n L o g n ) = O ( n L o g n ) = O ( n 2 )
but
Θ ( n l o g n ) is not equal to Ω ( n 2 )