DSA-Questions icon indicating copy to clipboard operation
DSA-Questions copied to clipboard

Merge Sort using Java

Open Yasas4D opened this issue 4 years ago • 1 comments

Hi Avinash!

I would like to contribute on the topic:-

Merge Sort using JAVA

Input Array : [ 2, 6, 3, 5, 1, 1, 8 ] Output Array : [ 1, 1, 2, 3, 5, 6, 8 ]

Input Array : [ 12, 16, 333, 50, 1000, 5, 897, 1, 3, 66, 13 ] Output Array : [ 1, 3, 5, 12, 13, 16, 50, 66, 333, 897, 1000 ]

Could you please assign this issue to me? Thank You!

Yasas4D avatar Oct 01 '21 08:10 Yasas4D

@avinash201199 Done!

Yasas4D avatar Oct 02 '21 05:10 Yasas4D