Home
last modified time | relevance | path

Searched refs:height (Results 1 – 1 of 1) sorted by relevance

/examples/test/
A Davl.c50 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() local
102 return height + 1; in _is_balanced()
194 int height = _is_balanced(root); in _check_bst_before() local
197 RT_ASSERT(height); in _check_bst_before()
215 int height = _is_balanced(root); in _check_bst_after() local
218 RT_ASSERT(height); in _check_bst_after()

Completed in 3 milliseconds