Please Help ! I have tried to apply merge sort algoritm but it is not printing the correct value Please help !
link to my code : https://ide.codingblocks.com/s/489467
Please Help ! I have tried to apply merge sort algoritm but it is not printing the correct value Please help !
link to my code : https://ide.codingblocks.com/s/489467
You needn’t return arrays from merge and mergesort arrays. Use the original array to divide it into 2 parts. But don’t return anything from merge and mergesort.
see this