CSCI 151 with Dr. J, California State University, Chico

CSCI 151:  Algorithms and Data Structures


Main Page   Class Hierarchy   Compound List   File List   Compound Members  

RedBlackTree.h File Reference

M.A. Weiss (1999) implementation of red-black search trees. More...

#include "dsexceptions.h"
#include <iostream>
#include "RedBlackTree.cpp"

Go to the source code of this file.

Compounds

class  RedBlackNode
 Implements a Red-Black search tree node. More...

class  RedBlackTree
 Implements a Red-Black search tree. More...


Detailed Description

M.A. Weiss (1999) implementation of red-black search trees.

Mark Allen Weiss, 1999. Data Structures and Algorithm Analysis in C++, 2/e. Addison-Wesley, ISBN 0-201-36122-1.


Documentation generated using
doxygen