Vidyalelo
Data Structure · Q43

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 43

Q43

How is a B-Tree node typically structured?

A.
Keys are stored in random order.
B.
Keys are stored in reverse order.
C.
Keys are stored based on access frequency.
D.
Keys are stored in sorted order.
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board