-->
当前位置:首页 > 题库 > 正文内容

单选题:If a binary search tree of $$N$$ nodes is complete, which one of

Luz3年前 (2022-10-31)题库639
If a binary search tree of $$N$$ nodes is complete, which one of the following statements is FALSE?



A.the average search time for all nodes is $$O(\log N)$$
B.the minimum key must be at a leaf node
C.the maximum key must be at a leaf node
D.the median node must either be the root or in the left subtree


答案:C

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。