26.7k views
4 votes
D

Question 11
A binary search tree (BST) is a linked-node based binary tree which stores key-value
pairs (or just keys) in each node.
Find/Search/Get in a binary search tree with n nodes has an expected runtime
of O(log n) for balanced trees.
O True
1 pts
False

User Tushar Roy
by
4.6k points

1 Answer

4 votes

Answer:

True

Step-by-step explanation:

User Fangzhzh
by
4.8k points