Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apna-college/Alpha
/ main
Method
main
8_DivideAndConquer/MergeSort.java:54–58 ·
view source on GitHub ↗
(String args[])
Source
from the content-addressed store, hash-verified
52
System.out.println();
53
}
54
public
static
void
main(String args[]) {
55
int
arr[] = {6, 3, 9, 5, 2, 8};
56
mergeSort(arr, 0, arr.length-1);
57
printArr(arr);
58
}
59
}
Callers
nothing calls this directly
Calls
2
mergeSort
Method · 0.95
printArr
Method · 0.95
Tested by
no test coverage detected