Answer:
The overview of the given scenario is described in the explanation section below.
Explanation:
- BTS (Binary search tree) tends to be a tree with several nodes noting that perhaps the left sub-tree, along with its leaf, tends to have a key which is less than or equal to anything like the parental node value. The do-tree, including its leaf, seems to have a value greater than those of the key from it's own parent node.
- Binary search algorithm finds a general vicinity in the collection of O(log n) time complexity items whereby n represents the number of elements in the array.
So the provided has never been the binary search trees of its algorithm.
A. 249
B. 342