累计查询 0.00 亿次

time complexity

/taɪm kəmˈpleksəti/
  • 时间复杂度:算法在运行时所需的时间量,作为输入量的函数来衡量,以忽略常数项和常数项的乘法。

双语例句

  1. The time complexity of computation procedure is analysed.
    分析了计算过程的时间复杂性。
  2. IsValidCommandLineOption has a lookup time complexity of o (1).
    IsValidCommandLineOption的查找时间复杂度为o (1)。
  3. 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.