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

AVLRedBlackTree.h File Reference

This file contains the AVLRedBlackTree and TraverseNode classes. More...

#include "AVLRedBlackNode.h"
#include "CompareAlgorithms.h"
#include "TestAVLRedBlackTree.h"
#include "AGenericTree.h"
#include <limits.h>

Go to the source code of this file.

Classes

class  TraverseNode< Data >
 Stores information on the traversal of nodes by the AVL red-black tree. More...
class  AVLRedBlackTree< Data, ConfigData >
 A templated red-black tree class. More...

Defines

#define RB_MAX_HEIGHT   32
 Maximum height (depth) of an AVL red-black tree.

Enumerations

enum  StackDirection { SDLEFT = 0, SDRIGHT }
 Direction of node on the stack.


Detailed Description

Author:
Michael Mann
Version:
1.0
Date:
August 2002

Definition in file AVLRedBlackTree.h.


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