23. 在 Binary Search Tree(BST)中,the left child node 值與 the parent node 的關係是什 麼?
(A) The left child node's value 大於或等於 the parent's value
(B) The left child node's value 小於或等於 the parent's value
(C) The left child node's value 總是等於 the parent's value
(D) The left child node's value 總是不同於父節點的值

答案:登入後查看
統計: A(0), B(6), C(0), D(0), E(0) #3494458

詳解 (共 1 筆)

#6566817
正確答案是:(B) The left ...
(共 287 字,隱藏中)
前往觀看
1
0