time complexity

  1. 空间[时间]复杂度

网络词典

time complexity

英 ˈtaɪm kəmplexɪtɪ 美 ˈtaɪmkəmplexɪtɪ
名词 中文翻译:时间复杂度
同义词: ['时间复杂性,时间复杂度']

例句:

  1. 1. The algorithm has a timecomplexity of O(n^2).
    这个算法的时间复杂度为O(n^2)。
  2. 2. The program's time complexityis O(n^3).
    程序的时间复杂度为O(n^3)。
  3. 3.The search algorithm has a time complexity ofO(n^2 log n).
    搜索算法的时间复杂度为O(n^2 log n)。