add comment

This commit is contained in:
Bob Halley 1998-11-14 02:51:26 +00:00
parent 5bef099303
commit 7861b13341

View file

@ -1,4 +1,9 @@
/*
* This file is a generic template that can be used to create a red-black
* tree library for a specified node type.
*/
/*
* Red-Black Tree algorithms adapted from:
*