Given an array of n integers, you compare every pair of elements. What is the time complexity?
n = 5
O(n²)