Author: abaine Date: Wed Jul 4 15:09:05 2007 New Revision: 55
Modified: trunk/funds/src/funds.asd Log: Added binary tree.
Modified: trunk/funds/src/funds.asd ============================================================================== --- trunk/funds/src/funds.asd (original) +++ trunk/funds/src/funds.asd Wed Jul 4 15:09:05 2007 @@ -13,8 +13,8 @@ :components ((:file "package") (:module trees :serial t - :components ((:file "package") - (:file "avl-tree"))) + :components ((:file "avl-tree") + (:file "binary-tree"))) (:module stack :serial t :components ((:file "stack")))))