Site icon DocMCQs

Which of the following tree data structures is not a balanced binary tree?

a) Splay tree
b) B-tree
c) AVL tree
d) Red-black tree

hy B-trees are not balanced binary trees

In summary, while B-trees maintain balance properties to optimize performance, they deviate from the strict binary structure of binary trees.

The other options:

Exit mobile version