Practice free →
HomeAP Computer Science AComputer ScienceData Structures and Algorithms › A tree that uses ordering properties of the data…

A tree that uses ordering properties of the data to keep elements in a searchable hierarchy is a:

ACircular link chain
BPriority stack list
CBinary search tree
DBalanced hash chain
Answer & Solution
Correct answer: C. Binary search tree
1. Search runs down the hierarchy. 2. Order decides left from right. 3. It is a binary search tree. _Source: OpenStax Introduction to Computer Science, Chapter 3, Data Structures and Algorithms._
Solve this in the app — AP Computer Science A practice & 24k+ MCQs →
Related questions