From a90fcce39e073bfdeb88d0d27bced9a490b40703 Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 25 Mar 2022 23:18:38 +0100 Subject: [PATCH] UML/README --- UML/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 UML/README.md 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) +