二叉搜索树的查找、插入、删除操作的最坏时间复杂度分别是( )。
· O(1)、O(1)、O(1)
· O(log n)、O(log n)、O(log n)
· O(n)、O(n)、O(n)
· O(n)、O(n)、O(log n)
出自:华北水利水电大学英语