sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Add homomorphism composition #78

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

If we have a homomorphism from A to B and a homomorphism from B to C, then we should be able to compose them to get a homomorphism from A to C.

sraaphorst commented 6 years ago

Surprisingly able to do, given my inexperience with C++ templates.