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?
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.
Selection sort requires only O(n) swaps
see for details : http://www.geeksforgeeks.org/which-sorting-algorithm-makes-minimum-number-of-writes/