1.

What is a weight balanced tree?

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


Discussion

No Comment Found