Question:In a complete binary tree of n nodes, how far are the most distant two nodes? Assume each in the path counts 1. Assume log(n) is log base 2. 

A about log(n) 

B about 2*log(n) 

C about 3*log(n) 

D about 4*log(n) 

+ Answer
+ Report
Total Preview: 1152

Copyright © 2024. Powered by Intellect Software Ltd