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