soniakeys / multiset

Map-based multisets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiset

Multiset provides map-based multisets.

GoDoc Go Walker

This package provides a rather thin layer of functionality over a Go map, providing some terminology and basic functionality that implements the mathematical concept of a multiset.

A Multiset is an unordered collection of distinct elements with a multiplicity, or count, associated with each element. Counts are required to be greater than zero.

About

Map-based multisets


Languages

Language:Go 100.0%