MCPcopy 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
80int get_max(int a, int b)
81{
82 return (a>b) ? a : b;
83}
84
85int get_height(int index)
86{

Callers 1

get_heightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected