diff --git a/UML/README.md b/UML/README.md new file mode 100644 index 0000000..974d0e8 --- /dev/null +++ b/UML/README.md @@ -0,0 +1,24 @@ + +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) +