Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/array-2d/max_array.cpp:43–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
#endif
42
}
43
int main(){
44
initial();
45
int arr[]={12,13,14,15,17776,177};
46
int n = sizeof(arr)/ sizeof(int );
47
48
49
50
51
52
max_arr(arr,n);
53
return 0;
54
}
Callers
nothing calls this directly
Calls
2
max_arr
Function · 0.85
initial
Function · 0.70
Tested by
no test coverage detected