Binary Merge sort & Natural Merge sort
问题 I know that homework questions are not the most popular on here, but I am at a total loss. I am doing an assignment which requires us to make multiple sorting algorithms. One of them however, is driving me insane. I can find no examples of it online anywhere, and he did not go over it fully in class. We have to make a merge sort that looks like this: void mergeSort(int * a, int s, bool n = false) Where a is the array, s is the size of said array, and n is false for binary merge sort, and true