19. Which one of the following statement is INCORRECT about Complete Binary Tree with 1000 nodes filled in with 1 to 1000 from root?
(A) The number 377 is located at level 9.
(B) The height of tree is 10.
(C) In a complete binary tree, if a node doesn't have left children node, it must be a leaf node.
(D) There are a total of 501 leave nodes.
(E) None of the above.

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

詳解 (共 1 筆)

#4752548
A. 到第8層為止共有2^8-1=255...
(共 153 字,隱藏中)
前往觀看
0
0