Tagged Questions
2
votes
3answers
793 views
Objective-C implementation of a histogram or bag datastructure
Instead of implementing my own I was wondering if anyone knows of a histogram or bag datastructure implementation in Objective-C that I can use.
Essentially a histogram is a hashmap of lists where ...
1
vote
3answers
913 views
Are there any implementations of multiset for .Net?
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: ...