Question: What is the primary purpose of a binary search tree?
Options:
Correct Answer: To store data in a sorted manner
Solution:
A binary search tree is designed to store data in a sorted manner, allowing for efficient searching, insertion, and deletion.