Princekumaraj / Hactoberfest2022

1 stars 20 forks source link

MergeSort.java #32

Open FaisalAI541 opened 1 year ago

FaisalAI541 commented 1 year ago

The Merge Sort algorithm is a sorting algorithm that is based on the Divide and Conquer paradigm. In this algorithm, the array is initially divided into two equal halves and then they are combined in a sorted manner.

FaisalAI541 commented 1 year ago

plz merge it