Skip to main content

Sublinear Update Complexity

Definition

Sublinear update complexity describes a computational characteristic where the time required to modify a data structure grows at a rate slower than linear with respect to the size of the structure. This means that as the data structure becomes larger, updating it remains relatively efficient. It is a desirable property for scalable systems.