Skip to content
Snippets Groups Projects
Commit af808a16 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Renamed monoids.

parent 92f5ed6c
Branches main
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ Problem: Given a list of numbers, compute their product. ...@@ -173,7 +173,7 @@ Problem: Given a list of numbers, compute their product.
* *
* Monoid: * Monoid:
* `A = (…, …, …)` * `P = (…, …, …)`
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
...@@ -193,7 +193,7 @@ Problem: Given a list of numbers, compute the minimum. ...@@ -193,7 +193,7 @@ Problem: Given a list of numbers, compute the minimum.
* *
* Monoid: * Monoid:
* `A = (…, …, …)` * `M = (…, …, …)`
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment