MCQOPTIONS
Saved Bookmarks
| 1. |
What is the worst case analysis of shell sort using Shell s increments? |
| A. | O(N) |
| B. | O(N<sup>2</sup>) |
| C. | O(N<sup>1/2</sup>) |
| D. | O(N<sup>3/2</sup>) |
| Answer» C. O(N<sup>1/2</sup>) | |