dominant term
RU: доминирующий член
The term in a cost expression that grows fastest and therefore determines the Big-O class once lower-order terms and constants are dropped. In n³ + 5n² + 100, the dominant term is n³, so the complexity is O(n³).
RU: доминирующий член
The term in a cost expression that grows fastest and therefore determines the Big-O class once lower-order terms and constants are dropped. In n³ + 5n² + 100, the dominant term is n³, so the complexity is O(n³).