1.

The worst case running time of shell sort, using Shell s increments is?

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


Discussion

No Comment Found