Data Structure Tree Question #5641
MCQ Single Best Answer Easy

QWhat is a B-tree?

ID: #5641 Tree 148 views
Question Info
#5641Q ID
EasyDifficulty
TreeTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A binary search tree that can have more than two children per node
  • B A binary tree in which every node has exactly two children
  • C A self-balancing binary search tree that maintains a height difference of at most 1 between subtrees
  • D A binary search tree that does not allow duplicates
Correct Answer: Option A

Explanation

Answer: a) A binary search tree that can have more than two children per node

Share This Question

Challenge a friend or share with your study group.