DSA-Questions
DSA-Questions copied to clipboard
Merge Sort using Java
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!
@avinash201199 Done!