For a perfect binary tree of height h having N nodes the sum of-03421
For a perfect binary tree of height h, having N nodes, the sum of heights of nodes ia __________.
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.12.
For a perfect binary tree of height h, having N nodes, the sum of heights of nodes ia __________.
N - h - 1
N - 1
N - 1 + h
N - (h - 1)