view src/llrb/verifier/llrbContextWithVerifier.h @ 100:3d7ecced7e14

Split functions which gets tree height
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 02 Feb 2016 16:12:34 +0900
parents
children 12d8e3c8976d
line wrap: on
line source

#include "../llrbContext.h"

unsigned int min_height(struct Node* node, unsigned int height);
unsigned int max_height(struct Node* node, unsigned int height);
void verify_tree_height(struct Node* root);