Question
A programmer needs database range queries, and the chosen structure has the property that leaf nodes are commonly linked for sequential access. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. B+ Tree
Explanation:
B+ Tree fits because it supports database range queries and leaf nodes are commonly linked for sequential access.
Both clues point to this choice.
Leave a Reply