1.

What is the run time efficiency of an insertion algorithm?

A. O(N)
B. O(log N)
C. O(N2)
D. O(M log N)
Answer» B. O(log N)


Discussion

No Comment Found