MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the auxiliary space requirement of the following code? |
| A. | O(n) |
| B. | O(1) |
| C. | O(n log n) |
| D. | O(2n) (n is the size of set)View Answer |
| Answer» C. O(n log n) | |