Skip to content

Commit f5a9a27

Browse files
authored
Merge pull request #35 from Shoaib19/Shoaib019
created template for merge sort
2 parents 4a1d449 + 2619db5 commit f5a9a27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sorting_algos/merge_sort.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
void merge_sort(int arr[], int size)
2+
{
3+
4+
}

0 commit comments

Comments
 (0)