Skip to main content

Quadratic Complexity

Definition

Quadratic Complexity describes a characteristic of an algorithm or system where its resource requirements, such as computation time or memory usage, increase proportionally to the square of the input size. This scaling behavior indicates that performance degrades significantly as the amount of data or operations grows. It often presents a challenge for large-scale systems.