
19 Aug
2007
19 Aug
'07
4:09 p.m.
Author: abaine Date: Sun Aug 19 12:09:48 2007 New Revision: 157 Modified: trunk/funds/src/trees/constructors.lisp Log: Added documentation to make-binary-tree and make-avl-tree. Modified: trunk/funds/src/trees/constructors.lisp ============================================================================== --- trunk/funds/src/trees/constructors.lisp (original) +++ trunk/funds/src/trees/constructors.lisp Sun Aug 19 12:09:48 2007 @@ -27,8 +27,10 @@ +avl-leaf+) (defun make-binary-tree () + "An empty binary tree." (make-bt-leaf)) (defun make-avl-tree () + "An empty AVL tree." (make-avl-leaf))
6528
Age (days ago)
6528
Last active (days ago)
0 comments
1 participants
participants (1)
-
abaine@common-lisp.net