🎴 Flashcard Mode
Analyzing the Complexity of Algorithms
Card1 / 14
Mastered0
Review0
QuestionClick to flip
Which of the following is not a common way to measure the time complexity of an algorithm?
AnswerClick to flip back
A
Little o notation
💡 Explanation:
Little o notation is not commonly used to measure the time complexity of an algorithm. It is used to describe the asymptotic behavior of a function as its input approaches a specific value.