Vidyalelo
Data Structure · Q161

Binary Search Trees(B Tree)

Programming · Data Structure · question 161

Q161

What is a weight balanced tree?

A.
A binary tree that stores the sizes of subtrees in nodes
Answer
B.
A binary tree with an additional attribute of weight
C.
A height balanced binary tree
D.
A normal binary tree

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board