跳到主要内容

1 篇文档带有标签「time-complexity」

查看所有标签

Time Complexity

Time complexity is a metric used to describe the efficiency of an algorithm by examining how the run time increases with the size of the input. It primarily focuses on the growth trend of the runtime rather than precise execution times, which can vary across different hardware and software environments.