Page 1 of 1

Choose the correct option to fill? X so that the code given below implements the Heap sort. advertisement var adpu

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) swap(arr[0], arr[n])
b) swap(arr, arr[n])
c) swap(arr[0], arr)
d) swap(arr, arr[2*i])