image
Suppose we implement an algorithm to find the minimum element in a binary search tree with nodes. Which of the following is a conceivable complexity for the algorithm?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
T ( 2 n ) = n so it is binary logarythm