hacktoberfest-2022 icon indicating copy to clipboard operation
hacktoberfest-2022 copied to clipboard

How is a merge sort algorithm implemented?

Open mohitmishra786 opened this issue 3 years ago • 2 comments

How is a merge sort algorithm implemented?

mohitmishra786 avatar Oct 01 '22 19:10 mohitmishra786

merge sort algorithm works on divide and conquer approach in which first the array is divided into subarrays and and then sorted one after another . can I provide the code for it in python @mohitmishra786 ???

ArSin2002 avatar Oct 02 '22 06:10 ArSin2002

@ArSin2002 yes

mohitmishra786 avatar Oct 02 '22 09:10 mohitmishra786