MCQOPTIONS
Saved Bookmarks
| 1. |
The average case complexity for inserting an element into an array of size n, represented in terms of number of copies is |
| A. | O(n^2) |
| B. | O(log n) |
| C. | O(n) |
| D. | 1 |
| Answer» D. 1 | |