Skip to content

Commit 03acdbb

Browse files
authored
Rename Mergesort.c to mergeSort.c
1 parent 21074f6 commit 03acdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sortingAlgo/mergeSort/Mergesort.c renamed to sortingAlgo/mergeSort/mergeSort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ int main(){
4545
printf("%d ",Arr[i]);
4646
}
4747
return 0;
48-
}
48+
}

0 commit comments

Comments
 (0)