Math Fundamentals18 sections · 814 units
Open in CourseQuiz: Complexity Classes
(Knowledge check)
Check Your Understanding
Which complexity class describes an algorithm with two nested loops, both running n times?
- A.O(n)
- B.O(n log n)
- C.O(n²)
- D.O(log n)