Skip to content

soniakeys/multiset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages