Skip to content

Commit c5a9e76

Browse files
committed
add visitor pattern
1 parent cd0eac8 commit c5a9e76

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [Memento](behavioral/memento) [:notebook:](https://en.wikipedia.org/wiki/Memento_pattern)
1313
* [Strategy](behavioral/strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
1414
* [Template](behavioral/template) [:notebook:](https://en.wikipedia.org/wiki/Template_pattern)
15+
* [Visitor](behavioral/visitor) [:notebook:](https://en.wikipedia.org/wiki/Visitor_pattern)
1516

1617
## [Creational](creational)
1718

@@ -30,4 +31,3 @@
3031
* [Decorator](structural/decorator) [:notebook:](https://en.wikipedia.org/wiki/Decorator_pattern)
3132
* [Flyweight](structural/flyweight) [:notebook:](https://en.wikipedia.org/wiki/Flyweight_pattern)
3233
* [Proxy](structural/proxy) [:notebook:](https://en.wikipedia.org/wiki/Proxy_pattern)
33-
* [Visitor](behavioral/visitor) [:notebook:](https://en.wikipedia.org/wiki/Visitor_pattern)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)