Functional Programming – 21: Group demo
3K views on YouTube
Group is an algebraic structure that has all the capabilities of Monoid, along with each of its elements have an inverse.
Groups are used to describe the symmetries of objects or systems. By using groups we can encode and preserve a validity of a property in our structure.
In this video we will look into implementing Group along with some examples.
In this Video:
– Group
– Adding numbers Group
– Caesar Cipher Group