InterviewSolution
Saved Bookmarks
| 1. |
What is the value for the number of nodes of rank r?(a) N(b) N/2(c) N/2^r(d) N^rThis intriguing question comes from Trees topic in portion Trees of Data Structures & Algorithms IThis question was addressed to me during an online exam. |
|
Answer» Correct CHOICE is (c) N/2^r |
|