※ [本文轉錄自 ask 看板 #1Ms2_IHl ] 作者: afe812 (薛丁格的貓) 看板: ask 標題: [請問] 一題資料結構,關於時間複雜度 時間: Thu Mar 3 20:36:30 2016 在寫升學考試的考古題,卡關了 不知道發這裡問可不可以,不行或者有更好的地方也可以跟我說> < http://tinyurl.com/hrron9e What is the time complexity of T(n) defined below? If n=2 then T(n)=1 else If n>2 then T(n)=T(n/2)+logn