[funds-cvs] r65 - trunk/funds
abaine at common-lisp.net
abaine at common-lisp.net
Sun Jul 8 04:34:52 UTC 2007
Author: abaine
Date: Sun Jul 8 00:34:52 2007
New Revision: 65
Added:
trunk/funds/issues.txt
Log:
issues.txt has some things that have been bugging me.
Added: trunk/funds/issues.txt
==============================================================================
--- (empty file)
+++ trunk/funds/issues.txt Sun Jul 8 00:34:52 2007
@@ -0,0 +1,13 @@
+
+1. Test suite has to be updated to test avl-tree and heap.
+
+2. What is the implication of removing from an empty tree. Probably
+just returning the same empty tree. But perhaps it should
+signal an error?
+
+3. Build dictionary on top of avl tree. Build functional array on top
+of binary tree.
+
+4. Documentation -- sparse in some files, nonexistent in others.
+
+
More information about the Funds-cvs
mailing list