What is an in-place sorting algorithm?
Posted: Wed Jul 13, 2022 6:15 pm
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) It requires additional space
b) The input is already sorted and in-place
c) It requires additional storage
d) It requires additional space