On Jul 30, 2004, at 1:35 PM, Robert Rothenberg wrote:
I have a module called List::SkipList which has been on CPAN for quite a while. I'm thinking of renaming it to Algorithm::SkipList, which seems more appropriate (and nobody said yeah or nay to my request for the List::SkipList namespace on [EMAIL PROTECTED]).
Does anyone consider that an inapropriate name?
That's exactly the right name.
I think the comments about "data structure vs. algorithm" are misplaced - a skiplist (as you know) is both a data structure and an algorithm, either without the other would be a bit silly.
-Ken
