Gate
Exam
Which one of the following is the tightest upper bound that represents the time complexity of inserting an object into a binary search tree of n nodes?
Option
(A) O(1)
(B) O(log n)
(C) O(n)
(D) O(n log n)
Read Solution (Total 0)
Gate Other Question