We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21074f6 commit 03acdbbCopy full SHA for 03acdbb
sortingAlgo/mergeSort/Mergesort.c renamed to sortingAlgo/mergeSort/mergeSort.c
@@ -45,4 +45,4 @@ int main(){
45
printf("%d ",Arr[i]);
46
}
47
return 0;
48
-}
+}
0 commit comments