subin-shk / DSA-in-any-language

Add DSA solutions in any language.
0 stars 6 forks source link

Added mergesort.java file. #5

Closed adi-ch1234 closed 1 week ago

adi-ch1234 commented 1 week ago

I have added mergesort.java file which shows merge sorting algorithm in java. Its easy to understand by anyone because I have included comments to explain every step. Its helpful for both requiring theory and its practical application because I have included the its definition, steps involved, time complexity and the procedure of the algorithm in comments at the top of the program. Anyone can understand and implement merge sort algorithm in java very easily using my program.