Question Which complexity is common for nested loops over the same n items? A. O(n!) only B. O(log n) C. O(n²) D. O(1) Show Answer More MCQs Correct Answer: C O(n²) The correct answer is O(n²). The correct answer is O(n²).
Leave a Reply