view src/llrb/verifier/llrbContextWithVerifier.h @ 105:12d8e3c8976d

Move headers into include directory
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 15 Mar 2016 11:43:58 +0900
parents 3d7ecced7e14
children
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);