D
Dicread
HomeDictionaryTtime complexity

Note: The translation for this entry is currently under quality review. Some content is temporarily displayed in English only.

time complexity

time complexity
Noun

Meanings

Nountime complexity

A measure of the amount of time an algorithm takes to run as a function of the length of the input.

The time complexity of this sorting algorithm is O(n log n).

Related Words

Last Updated: July 15, 2026Report an Error