Are there any implementations of multiset for .Net?
Posted
by dangph
on Stack Overflow
See other posts from Stack Overflow
or by dangph
Published on 2010-04-08T05:03:59Z
Indexed on
2010/04/08
5:13 UTC
Read the original article
Hit count: 310
I'm looking for a .Net implementation of a multiset. Can anyone recommend a good one?
(A multiset, or bag, is a set that can have duplicate values, and on which you can do set operations: intersection, difference, etc. A shopping cart for instance could be thought of as a multiset because you can have multiple occurrences of the same product.)
© Stack Overflow or respective owner