Big Big O (V)

Which of the given expressions is/are equivalent to O ( n 3 ) O(n^3) ?


This problem is a part of the set: Efficient Algorithms .
O ( n ( n + 1 ) ( n 2 ) ) O(n(n+1)(n-2)) All of these O ( 100 n 3 7 n 2 ) O(100n^3-7n^2) None of these O ( n 3 + n 2 ) O(n^3+n^2) O ( n 2 ( n lg n ) ) O(n^2(n \lg n))

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.

1 solution

Hasmik Garyaka
Sep 12, 2017

I suppose second variant is not O(n3)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...