[理工] 演算法 時間複雜度

作者: newpuma (還很新)   2016-07-26 15:05:24
洪捷1-9 98年交大資工
We abuse the "+" operator with the asymptotic notations. For example, we may s
ay that the total time for an algorithm is O(n)+θ(n). Which two of following
statements are true.
c.)O(nlogn)+θ(nlogn)=O(nlogn)
答案是說這個選項是FALSE,為什麼呢?
其中
b.)O(n^2)+θ(n^2)=θ(n^2)
這個選項是TRUE
那麽也肯定O(nlogn)+θ(nlogn)=θ(nlogn)
竟然滿足這個函式被bound在nlog,不也代表是O(nlogn)嗎?
作者: snailpon (にくきゅう)   2016-07-26 15:22:00
Which "two"
作者: k2shouai (coding....)   2016-07-26 16:26:00
看定義 θ(夾集) is more precise than O(upper bound)
作者: ken52011219 (呱)   2016-07-26 16:26:00
http://i.imgur.com/tdwUApc.jpg 把定義寫出來並畫圖大概就可以知道它的直域 在四種可能中有三種共同落在theta剩餘一種不可能發生
作者: hut326521 (yuyu)   2016-07-26 17:23:00
假設取f(n)=n^2 則係塔(nlogn)符合但O(nlogn)不符合若是往下取則有下限 係塔(nlogn)跟O(nlogn)都會符合所以相加會是係塔(nlogn)

Links booklink

Contact Us: admin [ a t ] ucptt.com