Page 1 of 1

What is an in-place sorting algorithm?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
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