00001 #ifndef TESTAVLREDBLACKTREE_H 00002 #define TESTAVLREDBLACKTREE_H 00003 00011 00012 #include "AVLRedBlackNode.h" 00013 00015 void Shuffle (int *Array, int n); 00016 00017 00022 int RecurseTree (AVLRedBlackNode<int> *Node, int *Count, int GreaterEqual, int LessEqual, bool* Done); 00023 00024 #endif