multisets
Library of set operations on multisets.

  • Includes union, intersection, difference, sum, and subset.
  • Multisets are expressed as vectors of pre-sorted elements.
Repository: https://github.com/agentlans/multisets


Topics: MIT-License, data structure