Question
Which complexity is typical for a simple loop over n items?
Select an option. Your answer will be checked instantly.
Correct Answer: A. O(n)
Explanation:
The correct answer is O(n).
Leave a Reply