Data Structure Tree Question #5628
Single Choice Easy

QWhat is the time complexity of searching a node in a binary search tree?

ID: #5628 Tree 140 views
Question Info
#5628Q ID
EasyDifficulty
TreeTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A O(log n)
  • B O(n)
  • C O(n log n)
  • D O(1)
Correct Answer

Explanation

Answer: a) O(log n)

Share This Question

Challenge a friend or share with your study group.