InterviewSolution
Saved Bookmarks
| 1. |
In a full binary tree if there are L leaves, then total number of nodes N are?(a) N = 2*L(b) N = L + 1(c) N = L – 1(d) N = 2*L – 1Question is taken from Binary Tree Properties topic in section Binary Trees of Data Structures & Algorithms II have been asked this question in an interview for job. |
|
Answer» The correct ANSWER is (d) N = 2*L – 1 |
|