在有 n 个元素的二叉排序树中查找,其最好、最差时间复杂度分别为: A. O(1)、O(n)B. O(1)、O(log n)C. O(log n)、O(log n)D. O(log n)、O(n) 正确答案:A