Multiple choice

Consider : 7*2n+n2 ≤ 6*2n for n ≥ 4 Find the complexity for the given equation.

  1. O(2<sup style="font-family:">n)

  2. Θ(n<sup style="font-family:">2)

  3. ɸ(6*2<sup style="font-family:">n)

  4. Ω(2<sup style="font-family:">n)

  5. Both 1 and 4

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

 Correct choice