this merge sort algo is not working the merge sort fn is taking only one array how it will merge anything.
and its not giving right output
Merge sort algorithm
Hey @deepakjumani09
The merge sort function, takes an array splits it into parts, merge sorts the parts recursively and merges them again, so basically, it merges parts of the same array. Can you show me your code which is not giving the right ouput?
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.