in merge function why k is equal to start not 0?
Value of k is not equal to 0
hello @kingshuk441,
it depends on implementation .
here in code bhaiya is storing elements in temp array from index s to e
and later he is accessing the same indices.
if u want to store from k =0 then u can do that as well.