Merge branch 'master' of github.com:nojhan/algopattern

This commit is contained in:
Johann Dreo 2022-03-25 18:45:09 +01:00
commit 06c3842202

View file

@ -17,7 +17,11 @@ So far, the demo contains:
- purely functional (functions which returns parametrized lambdas),
- strategy (composition of abstract classes),
- policies (function parameters as templated variables),
- CRTP (Curiously Recurring Template Pattern)
- CRTP (Curiously Recurring Template Pattern).
- Java:
- functional,
- strategy,
- CRTP.
The algorithm machinery itself is located within the `code.*` files
and is not of major interest,