Given below are two statements: one is labelled as Assertion (A) and the other is labelled as Reason (R).
Assertion (A): The binary search tree property allows us to perform efficient search.
Reason (R): In a sorted tree, values are arranged such that left subtree has smaller values and right subtree has greater values.
Choose the correct answer from the options given below:
Show Hint
BST efficiency comes from its ordered structure, similar to binary search.