Question: What is the average case big-O notation of inserting n items into a binary search tree? a) O(1) b) O(log n) c) O(n) d) O(n
What is the average case big-O notation of inserting n items into a binary search tree?
a) O(1)
b) O(log n)
c) O(n)
d) O(n log n)
e) O(n^2)
f) O(2^n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
