libvieter/src/tree/vieter_tree_internal.h

11 lines
208 B
C

#include "vieter_tree.h"
#include <stdbool.h>
/*
* Inspect whether the tree is still a valid red-black-tree.
*
* @return true if valid, false otherwise.
*/
bool vieter_tree_validate(vieter_tree *tree);