Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
Arrays/08_Improving_Linear_search.c:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int main ()
36
{
37
struct Array arr1= {{2,3,4,2,3,4,5,88,9 },20,5 };
38
printf(
"The element is at %dth index"
,LinearSearch(&arr1,9));
39
Display(arr1);
40
return 0;
41
}
Callers
nothing calls this directly
Calls
2
LinearSearch
Function · 0.70
Display
Function · 0.70
Tested by
no test coverage detected