Update.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 29 Mar 2005 23:45:38 +0000 (23:45 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 29 Mar 2005 23:45:38 +0000 (23:45 +0000)
TODO

diff --git a/TODO b/TODO
index d4afd5c0ad8b2782c3403364270b50bdc385c903..aa2488c399cc13c3b1d29c36e03daca9a97d5b56 100644 (file)
--- a/TODO
+++ b/TODO
 
   - Rewrite list_sort() to use merge sort, for O(1) heap usage.
 
-  - Make list_elem and hash_elem a struct, by encapsulating a struct
-    list_elem inside a struct hash_elem as a member.
+  - Make printf() test actually check its results.