Math Fundamentals18 sections · 814 units
Open in CourseQuiz: Analysis Practice
(Knowledge check)
Check Your Understanding
An algorithm does 5n² + 3n log n + 100 operations. What is its Big O complexity?
- A.O(n² log n)
- B.O(n log n)
- C.O(n)
- D.O(n²)
(Knowledge check)
An algorithm does 5n² + 3n log n + 100 operations. What is its Big O complexity?