Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test, less than functor, better comments, etc. to RB_Tree class | cdgill | 1998-11-16 | 1 | -49/+71 |
* | changed include protection from #if !defined to ifndef, and added #pragma onc... | levine | 1998-10-20 | 1 | -2/+2 |
* | Basic_Types.h | schmidt | 1998-10-17 | 1 | -1/+1 |
* | . | schmidt | 1998-10-14 | 1 | -107/+103 |
* | Try to put enum into a class again. This time, created a dummy base | jxh | 1998-05-30 | 1 | -3/+9 |
* | (RB_Tree_Iterator::operator =): added explicit return type to the | levine | 1998-05-30 | 1 | -2/+2 |
* | move enum RB_Tree_Node_Color out of the (template) class declaration because ... | levine | 1998-05-30 | 1 | -3/+1 |
* | Internalized RED and BLACK. Some minor changes related to this. | jxh | 1998-05-30 | 1 | -3/+3 |
* | Added changes to RB_Tree to enable overloading of the comparison method. | jxh | 1998-05-29 | 1 | -10/+13 |
* | first revision of Red-Black Tree data structure implementation | cdgill | 1998-05-11 | 1 | -0/+248 |