00001 #ifndef TESTTREES_H 00002 #define TESTTREES_H 00003 00011 00013 void TestRedBlackTree(); 00014 00016 void TestAVLRedBlackTree(int argc, char **argv); 00017 00019 void TestAVLTree(int argc, char **argv); 00020 00022 void TestGLIBTree(int argc, char **argv); 00023 00024 #endif