

MCQOPTIONS
Saved Bookmarks
1. |
What is an in-place sorting algorithm? |
A. | It needs O(1) or O(logn) memory to create auxiliary locations |
B. | The input is already sorted and in-place |
C. | It requires additional storage |
D. | None of the mentioned |
Answer» B. The input is already sorted and in-place | |