Question
Information I practice 90: Using the accompanying practice context, an algorithm processes 15 items once each. What is its linear-time order?
Select an option. Your answer will be checked instantly.
Correct Answer: A. O(n)
Explanation:
One pass through n items is linear.
Leave a Reply