Explanation: The complexity class where execution time scales with the square of input size. Found in algorithms with nested loops, such as selection sort.