multiset
A multiset implementation for python
A multiset implementation for python
To install this package, run one of the following:
A multiset is similar to the builtin set, but it allows an element to occur multiple times. It is an unordered collection of element which have to be hashable just like in a set. It supports the same methods and operations as set does, e.g. membership test, union, intersection, and (symmetric) difference.
Summary
A multiset implementation for python
Last Updated
Dec 6, 2021 at 19:48
License
MIT
Total Downloads
21.3K
Version Downloads
5.3K
Supported Platforms
GitHub Repository
https://github.com/wheerd/multisetDocumentation
http://multiset.readthedocs.io