1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Trees
  4. B-tree of order n is a order-n multiway ...
Q.

B-tree of order n is a order-n multiway tree in which each non-root node contains

A. at most (n – 1)/2 keys
B. exact (n – 1)/2 keys
C. at least 2n keys
D. at least (n – 1)/2 keys
Answer» D. at least (n – 1)/2 keys
View all MCQs in:   Data Structures (DS)

Discussion