C++20 sections · 1024 units
Open in CourseQuiz: Algorithm Complexity
Knowledge check
Check Your Understanding
Which algorithm has O(log n) time complexity?
- A.find()
- B.count()
- C.lower_bound()
- D.reverse()
Knowledge check
Which algorithm has O(log n) time complexity?