mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
doc: update general documentation
This commit is contained in:
parent
f6059db215
commit
4e47e54507
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ and divided into three groups.
|
|||
- [Command](behavioral/command/README.md)
|
||||
- [Iterator](behavioral/iterator/README.md)
|
||||
- [Mediator](behavioral/mediator/README.md)
|
||||
- [Memento](behavioral/memento/README.md)
|
||||
|
||||
## Resources
|
||||
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ Behavioral design patterns are concerned with algorithms and the assignment of r
|
|||
- [Command](command/README.md)
|
||||
- [Iterator](iterator/README.md)
|
||||
- [Mediator](mediator/README.md)
|
||||
- [Memento](memento/README.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue