What is a weight balanced tree?
Posted: Wed Jul 13, 2022 7:42 pm
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
b) A binary tree with an additional attribute of weight
c) A height balanced binary tree
d) A normal binary tree