design-patterns/behavioral/README.md
Ruidy a4cc9340b7
Iterator (#17)
* doc: add documentation

* doc: update tocs

* add code example
2020-10-02 15:24:36 +02:00

9 lines
274 B
Markdown

# Behavioral Patterns
Behavioral design patterns are concerned with algorithms and the assignment of responsibilities between objects.
## Patterns
- [Chain of Responsibility](chain_responsibility/README.md)
- [Command](command/README.md)
- [Iterator](iterator/README.md)