1.

What is the average case time complexity of gnome sort?

A. O(n)
B. O(n<sup>2</sup>)
C. O(n log n)
D. O(log n)
Answer» C. O(n log n)


Discussion

No Comment Found