Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
arkingc committed Sep 3, 2018
1 parent bf50a6e commit d38bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 数据结构与算法/排序.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void merge(int *arr,int begin,int mid,int end)
++right;
}
exchange(arr + i,j - i,j - i - right);
i += step;
i += right;
}
}
```
Expand Down

0 comments on commit d38bfe1

Please sign in to comment.