algopattern/UML/README.md
2022-03-25 23:18:38 +01:00

24 lines
643 B
Markdown

Sources are the `*.dia` files, made with the [Dia](http://dia-installer.de/) software.
SVG exports are provided for convenience.
Strategy pattern
================
![Strategy](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/strategy.svg)
Curiously Recurring Template Pattern
====================================
![CRTP](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/crtp.svg)
Policies
========
![Policies](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/policies.svg)
Functional
==========
![Functional](https://raw.githubusercontent.com/nojhan/algopattern/master/UML/functional.svg)