69. Height of a tree is defined as the length of the path from its root to its farthest leaf node. Now given a binary tree with n nodes, which one of the following is the longest height of the tree?
(A) log n
(B) n log n
(C) n – 1
(D) n2

答案:登入後查看
統計: A(3), B(2), C(4), D(0), E(0) #3112253

詳解 (共 1 筆)

#7060463
1. 題目解析 在這道題目中,我們需要理...
(共 793 字,隱藏中)
前往觀看
0
0