Question
Which complexity is common for nested loops over the same n items?
Select an option. Your answer will be checked instantly.
Correct Answer: C. O(n²)
Explanation:
The correct answer is O(n²).
Leave a Reply