Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ get_max
Function
get_max
Trees/Binary_tree_Array.c:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
int get_max(int a, int b)
81
{
82
return (a>b) ? a : b;
83
}
84
85
int get_height(int index)
86
{
Callers
1
get_height
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected