Math Fundamentals18 sections · 814 units
Open in Course

Quiz: Analysis Practice

(Knowledge check)

Check Your Understanding

An algorithm does 5n² + 3n log n + 100 operations. What is its Big O complexity?

  1. A.O(n² log n)
  2. B.O(n log n)
  3. C.O(n)
  4. D.O(n²)
Start the roadmap to answer the quizzes and solve the challenges