From: Mike D. Lowis Date: Fri, 12 Apr 2013 17:43:26 +0000 (-0400) Subject: renamed tree implementation to "tree" as only one implementation is planned X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=76b60a4f8b6bbb1548912f53f591f293190efc6f;p=projs%2Flibcds.git renamed tree implementation to "tree" as only one implementation is planned --- diff --git a/source/tree/rbt.h b/source/tree/rbt.h deleted file mode 100644 index e69de29..0000000 diff --git a/source/tree/tree.h b/source/tree/tree.h new file mode 100644 index 0000000..401a345 --- /dev/null +++ b/source/tree/tree.h @@ -0,0 +1,12 @@ +/** + @file tree.h + @brief An implementation of a Red-Black binary tree. + $Revision$ + $HeadURL$ +*/ +#ifndef TREE_H +#define TREE_H + + + +#endif /* TREE_H */