...
Question 10830 – APPSC-2016-DL-CS
March 14, 2024
Question 10838 – APPSC-2016-DL-CS
March 14, 2024
Question 10830 – APPSC-2016-DL-CS
March 14, 2024
Question 10838 – APPSC-2016-DL-CS
March 14, 2024

Question 10837 – APPSC-2016-DL-CS

Which of the following sorting algorithms does in-place sorting with minimal space overhead?

Correct Answer: C

Question 35 Explanation: 
In-Place sorting algorithm is one which requires only O(1) space in order to sort n-elements.
Merge sort has space complexity of O(n). Hence it is not an in-place sorting algorithm.
A
Merge sort
B
Radix sort
C
Heap sort
D
Address Calculation Sort

Leave a Reply

Your email address will not be published. Required fields are marked *