Skip to content

Commit fa8f7a8

Browse files
authored
Update divide_conquer_merge_sort.cpp
1 parent bbf5e80 commit fa8f7a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data_Structures_Algorithms_And_Applications/ch18/divide_conquer_merge_sort.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Fake Code
23
* void mergeSort(T *a, int left, int right)
34
* {
45
* if (left < right)

0 commit comments

Comments
 (0)