Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

TestAVLRedBlackTree.h

Go to the documentation of this file.
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

Generated on Sat Nov 5 11:20:16 2005 for Cpp Freecell Solver by  doxygen 1.4.4