UML/README

This commit is contained in:
Johann Dreo 2022-03-25 23:18:38 +01:00
commit a90fcce39e

24
UML/README.md Normal file
View file

@ -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)