Re: multiset ordering
- From: nowhereface@xxxxxxx
- Date: Fri, 20 Jul 2007 02:24:03 -0700
Could you please write this line?...
Sorry, I may not have been specific enough in my previous reply. This
was the line:
| multiSet |
multiSet := Bag new.
Well, perhaps it's two lines. The first line is the declaration of a
temporary variable. The second line assigns a new Bag to the
temporary variable. The Bag type seems to correspond to his
definition of a multiset. It allows duplicates. It is implemented
internally as a hash. There are also Sets available, Dictionaries,
Linked Lists, Arrays - whatever you want. And all the functions
necessary to manipulate them. Why doesn't every language have such
tools available?
.
- References:
- multiset ordering
- From: Giovanni Gherdovich
- Re: multiset ordering
- From: Pierpaolo BERNARDI
- Re: multiset ordering
- From: Giovanni Gherdovich
- Re: multiset ordering
- From: Steffen Schwigon
- Re: multiset ordering
- From: Giovanni Gherdovich
- Re: multiset ordering
- From: nowhereface
- Re: multiset ordering
- From: A . L .
- Re: multiset ordering
- From: nowhereface
- multiset ordering
- Prev by Date: Re: multiset ordering
- Next by Date: Re: multiset ordering
- Previous by thread: Re: multiset ordering
- Next by thread: Re: multiset ordering
- Index(es):
Relevant Pages
|
|