C++20 sections · 1024 units
Open in Course

Quiz: Algorithm Complexity

Knowledge check

Check Your Understanding

Which algorithm has O(log n) time complexity?

  1. A.find()
  2. B.count()
  3. C.lower_bound()
  4. D.reverse()
Start the roadmap to answer the quizzes and solve the challenges