What is wrong with my code?
MERGE SORTED LINKED LIST - Doubt
@Bumblebee hey himalaya do some modification in your merge function.
if(a->data <=b->data)
remove else if use else.
Thanks for the explanation.
What is wrong with my code?
@Bumblebee hey himalaya do some modification in your merge function.
if(a->data <=b->data)
remove else if use else.
Thanks for the explanation.