Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which are true for binary search tree?
Search operation may take O(N).
Search operation may take O(log N).
Search operation may take O(N log N).
Each node has exactly two child nodes.
Key of left child node is smaller than key of parent node, key of right child node is larger than key of parent node.
Each node has up to two child nodes.
It is a binary tree.
Root node always stores the largest key.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!