Searched refs:height (Results 1 – 1 of 1) sorted by relevance
50 for (size_t i = 0; i < aspace->tree.tree.root_node->height; i++) { in _print_tree()101 int height = lbal > rbal ? lbal : rbal; in _is_balanced() local102 return height + 1; in _is_balanced()194 int height = _is_balanced(root); in _check_bst_before() local197 RT_ASSERT(height); in _check_bst_before()215 int height = _is_balanced(root); in _check_bst_after() local218 RT_ASSERT(height); in _check_bst_after()
Completed in 3 milliseconds