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/find_3rd_max.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
cout<<third;
21
}
22
int main(){
23
int arr[]={1,34,65,87,9,78};
24
int n=sizeof(arr)/sizeof(arr[0]);
25
third(arr,n);
26
return 0;
27
}
Callers
nothing calls this directly
Calls
1
third
Function · 0.85
Tested by
no test coverage detected