中英互译
time complexity
美 /taɪm kəmˈpleksəti/
基本释义
- 时间复杂度:算法在运行时所需的时间量,作为输入量的函数来衡量,以忽略常数项和常数项的乘法。
双语例句
- The time complexity of computation procedure is analysed.分析了计算过程的时间复杂性。
- IsValidCommandLineOption has a lookup time complexity of o (1).IsValidCommandLineOption的查找时间复杂度为o (1)。
- Finally, the analysis of time complexity is presented and a contrast.最后进行了算法复杂度的理论分析和比较。
网络短语
- asymptotic time complexity渐进时间复杂度;时间复杂度;渐近时间复杂性
- Worst-Case Time Complexity时间复杂度
- linear time complexity线性时间复杂度
- time-complexity时间复杂度
- time complexity detail时间复杂性
英英释义
- In computer science, the time complexity of an algorithm quantifies the amount of time taken by an algorithm to run as a function of the length of the string representing the input. The time complexity of an algorithm is commonly expressed using big O notation, which excludes coefficients and lower order terms.