Monoid

A Java implementation of the Monoid algebraic structure

View the Project on GitHub trudeau/monoid

monoid

A Java implementation of the Monoid algebraic structure.

Usage

A org.nnsoft.trudeau.math.monoid.Monoid<E> is a Monoid model and offers the following methods:

A org.nnsoft.trudeau.math.monoid.OrderedMonoid<E> is a org.nnsoft.trudeau.math.monoid.Monoid<E> able to order the elements.

Known default Monoids