Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test, less than functor, better comments, etc. to RB_Tree class | cdgill | 1998-11-16 | 1 | -50/+83 |
* | (clear): removed extraneous ";" following the function definition. | levine | 1998-06-14 | 1 | -1/+1 |
* | Changes suggested by Sergio to make it work with older version of GCC. | jxh | 1998-05-31 | 1 | -2/+2 |
* | Try to put enum into a class again. This time, created a dummy base | jxh | 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 |
* | Changes related to internalizing RED and BLACK enums. | jxh | 1998-05-30 | 1 | -9/+8 |
* | first revision of Red-Black Tree data structure implementation | cdgill | 1998-05-11 | 1 | -0/+155 |