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