mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 23:15:52 +08:00
Merge branch 'master' into master
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*
|
||||
* (The second array starts form m+1 and goes till l)
|
||||
*
|
||||
* @param l - end index or right index of second half array
|
||||
* @param r - end index or right index of second half array
|
||||
*/
|
||||
void merge(int *arr, int l, int m, int r) {
|
||||
int i, j, k;
|
||||
|
||||
Reference in New Issue
Block a user