From: Eric B. <er...@go...> - 2008-07-19 16:21:12
|
Daniel Tuser wrote: > Eric Bezault wrote: >> Hi Daniel, >> >> Is there a reason why `void_is_valid_key' is False >> in DS_BINARY_SEARCH_TREE? For example in DS_HASH_TABLE >> it is possible to have void keys. And the algorithms >> seem to work with void anyway since `void_is_valid_key' >> is True in DS_BINARY_SEARCH_TREE_SET. I think that it >> would make the interface simplier if we could get rid >> of this feature `void_is_valid_key'. > I will have a closer look at it as I have more time next week. If it > works in the void case too, you probably found an artifact I missed. I just wrote test cases and it works fine. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |