Questions Related to technology

Multiple choice technology
  1. O(n^3) Brute Force

  2. O(2^n) Recursion

  3. O(n^2) DP

  4. O(n) Divide & Conquer

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Multiple choice technology
  1. O(2^n) Recursion

  2. O(n^3) Brute Force

  3. O(n) Divide & Conquer

  4. O(n^2) DP

Reveal answer Fill a bubble to check yourself
A,D Correct answer