
20 Jun
2007
20 Jun
'07
10:25 p.m.
Author: abaine Date: Wed Jun 20 18:25:29 2007 New Revision: 34 Modified: trunk/funds/src/trees/package.lisp Log: Added avl-find-value to public interface of avl-tree. Modified: trunk/funds/src/trees/package.lisp ============================================================================== --- trunk/funds/src/trees/package.lisp (original) +++ trunk/funds/src/trees/package.lisp Wed Jun 20 18:25:29 2007 @@ -8,6 +8,7 @@ :avl-empty-p :avl-insert :avl-remove + :avl-find-value :avl-key :avl-value