I wrote a program which supposed to perform a recursive merge sort, I firstly created a fusion method to merge two list using indexs
fusion
Here is the fu
fu