【評論主題】19 下列何者為 n 個節點的二元搜尋樹(Binary search tree)最糟搜尋時間複雜度?(A) O(n) (B) O(log n) (C) O(n^2) (D) O(n log n)
【評論內容】結構靠攏成縱向一直線,代價為0(n)