diff --git a/behavioral/README.md b/behavioral/README.md new file mode 100644 index 0000000..c320506 --- /dev/null +++ b/behavioral/README.md @@ -0,0 +1,7 @@ +# Behavioral Patterns + +Behavioral design patterns are concerned with algorithms and the assignment of responsibilities between objects. + +## Patterns + +- [Chain of Responsibility](chain_responsibility/README.md) \ No newline at end of file